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.
- Version:
 
  - $Revision$
 
- Author:
 
  - James Strachan
 
- See Also:
 - Serialized Form
 
 
 
| Methods inherited from class java.lang.Throwable | 
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
 
 
StringWriterIOException
public StringWriterIOException(IOException e)
getIOException
public IOException getIOException()