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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IOExceptiongetIOCause()StringgetMessage()StringtoString()- 
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 Detail
- 
ReadException
public ReadException(IOException cause)
 
- 
ReadException
public ReadException(String message, IOException cause)
 
 - 
 
- 
Method Detail
- 
getIOCause
public IOException getIOCause()
 
- 
getMessage
public String getMessage()
- Overrides:
 getMessagein classThrowable
 
 - 
 
 -