Package groovy.lang
Class StringWriterIOException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- java.lang.RuntimeException
- 
- groovy.lang.StringWriterIOException
 
 
 
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class StringWriterIOException extends RuntimeException An IO exception occurred trying to append to a StringWriter which should never happen.- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description StringWriterIOException(IOException e)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description IOExceptiongetIOException()- 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
- 
 
- 
- 
- 
Constructor Detail- 
StringWriterIOExceptionpublic StringWriterIOException(IOException e) 
 
- 
 - 
Method Detail- 
getIOExceptionpublic IOException getIOException() 
 
- 
 
-