groovy.lang
Class StringWriterIOException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by groovy.lang.StringWriterIOException
All Implemented Interfaces:
java.io.Serializable

public class StringWriterIOException
extends java.lang.RuntimeException

An IO exception occurred trying to append to a StringWriter which should never happen.

See Also:
Serialized Form

Constructor Summary
StringWriterIOException(java.io.IOException e)
           
 
Method Summary
 java.io.IOException getIOException()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StringWriterIOException

public StringWriterIOException(java.io.IOException e)
Method Detail

getIOException

public java.io.IOException getIOException()