|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.codehaus.groovy.GroovyException
org.codehaus.groovy.syntax.ReadException
public class ReadException
Encapsulates non-specific i/o exceptions.
Constructor Summary | |
---|---|
ReadException(IOException cause)
|
|
ReadException(String message,
IOException cause)
|
Method Summary | |
---|---|
IOException |
getIOCause()
|
String |
getMessage()
|
String |
toString()
|
Methods inherited from class org.codehaus.groovy.GroovyException |
---|
isFatal, setFatal |
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 |
Constructor Detail |
---|
public ReadException(IOException cause)
public ReadException(String message, IOException cause)
Method Detail |
---|
public IOException getIOCause()
public String toString()
toString
in class Throwable
public String getMessage()
getMessage
in class Throwable
|
Copyright © 2003-2009 The Codehaus. All rights reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |