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:
- java.io.Serializable, GroovyExceptionInterface
public class ReadException
- extends GroovyException
Encapsulates non-specific i/o exceptions.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ReadException
public ReadException(java.io.IOException cause)
ReadException
public ReadException(java.lang.String message,
java.io.IOException cause)
getIOCause
public java.io.IOException getIOCause()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Throwable
getMessage
public java.lang.String getMessage()
- Overrides:
getMessage
in class java.lang.Throwable