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.RuntimeExceptionAn 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 SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.io.IOExceptiongetIOException()
 
-