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 SummaryConstructors Constructor Description ReadException(IOException cause)ReadException(String message, IOException cause)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description IOExceptiongetIOCause()StringgetMessage()StringtoString()- 
Methods inherited from class org.codehaus.groovy.GroovyExceptionisFatal, setFatal
 - 
Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
- 
 
- 
- 
- 
Constructor Detail- 
ReadExceptionpublic ReadException(IOException cause) 
 - 
ReadExceptionpublic ReadException(String message, IOException cause) 
 
- 
 - 
Method Detail- 
getIOCausepublic IOException getIOCause() 
 - 
getMessagepublic String getMessage() - Overrides:
- getMessagein class- Throwable
 
 
- 
 
-