Package org.codehaus.groovy.syntax
Class ReadException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.codehaus.groovy.GroovyException
org.codehaus.groovy.syntax.ReadException
- All Implemented Interfaces:
- Serializable,- GroovyExceptionInterface
Encapsulates non-specific i/o exceptions.
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionReadException(IOException cause) ReadException(String message, IOException cause) 
- 
Method SummaryMethods inherited from class org.codehaus.groovy.GroovyExceptionisFatal, setFatalMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
- 
Constructor Details- 
ReadException
- 
ReadException
 
- 
- 
Method Details- 
getIOCause
- 
toString
- 
getMessage- Overrides:
- getMessagein class- Throwable
 
 
-