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
public class ReadException extends GroovyException
Encapsulates non-specific i/o exceptions.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description ReadException(IOException cause)
ReadException(String message, IOException cause)
-
Method Summary
Modifier and Type Method Description IOException
getIOCause()
String
getMessage()
String
toString()
Methods inherited from class org.codehaus.groovy.GroovyException
isFatal, setFatal
Methods 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:
getMessage
in classThrowable
-