org.codehaus.groovy.syntax
[Java] Class ReadException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.codehaus.groovy.GroovyException
org.codehaus.groovy.syntax.ReadException
public class ReadException
extends GroovyException
Encapsulates non-specific i/o exceptions.
Methods inherited from class Exception
|
printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, initCause, toString, getMessage, getLocalizedMessage, getStackTrace, setStackTrace, addSuppressed, getSuppressed, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll |
ReadException
public ReadException(IOException cause)
-
ReadException
public ReadException(String message, IOException cause)
-
getIOCause
public IOException getIOCause()
-
getMessage
public String getMessage()
-
toString
public String toString()
-
Copyright © 2003-2013 The Codehaus. All rights reserved.