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:
- java.io.Serializable,- GroovyExceptionInterface
public class ReadException extends GroovyException
Encapsulates non-specific i/o exceptions.
- See Also:
- Serialized Form
- 
Constructor SummaryConstructors Constructor Description ReadException(java.io.IOException cause)ReadException(java.lang.String message, java.io.IOException cause)
- 
Method SummaryModifier and Type Method Description java.io.IOExceptiongetIOCause()java.lang.StringgetMessage()java.lang.StringtoString()Methods inherited from class org.codehaus.groovy.GroovyExceptionisFatal, setFatalMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTraceMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
- 
Constructor Details- 
ReadExceptionpublic ReadException(java.io.IOException cause)
- 
ReadExceptionpublic ReadException(java.lang.String message, java.io.IOException cause)
 
- 
- 
Method Details- 
getIOCausepublic java.io.IOException getIOCause()
- 
toStringpublic java.lang.String toString()- Overrides:
- toStringin class- java.lang.Throwable
 
- 
getMessagepublic java.lang.String getMessage()- Overrides:
- getMessagein class- java.lang.Throwable
 
 
-