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 Summary
ConstructorsConstructorDescriptionReadException(IOException cause) ReadException(String message, IOException cause)  - 
Method Summary
Methods inherited from class org.codehaus.groovy.GroovyException
isFatal, setFatalMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace 
- 
Constructor Details
- 
ReadException
 - 
ReadException
 
 - 
 - 
Method Details
- 
getIOCause
 - 
toString
 - 
getMessage
- Overrides:
 getMessagein classThrowable
 
 -