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:
- GroovyExceptionInterface, Serializable
- public class ReadException
- extends GroovyException
Encapsulates non-specific i/o exceptions.
- See Also:
- Serialized Form
ReadException
public ReadException(IOException cause)
ReadException
public ReadException(String message,
IOException cause)
getIOCause
public IOException getIOCause()
toString
public String toString()
getMessage
public String getMessage()
Copyright © 2003-2004 The Codehaus. All Rights Reserved.