Package groovy.lang
Class StringWriterIOException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
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 SummaryConstructors Constructor Description StringWriterIOException(java.io.IOException e)
- 
Method SummaryModifier and Type Method Description java.io.IOExceptiongetIOException()Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
- 
Constructor Details- 
StringWriterIOExceptionpublic StringWriterIOException(java.io.IOException e)
 
- 
- 
Method Details- 
getIOExceptionpublic java.io.IOException getIOException()
 
-