org.codehaus.groovy.syntax
Class ReadException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.codehaus.groovy.GroovyException
              extended byorg.codehaus.groovy.syntax.ReadException
All Implemented Interfaces:
GroovyExceptionInterface, Serializable

public class ReadException
extends GroovyException

Encapsulates non-specific i/o exceptions.

See Also:
Serialized Form

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

ReadException

public ReadException(IOException cause)

ReadException

public ReadException(String message,
                     IOException cause)
Method Detail

getIOCause

public IOException getIOCause()

toString

public String toString()

getMessage

public String getMessage()


Copyright © 2003-2007 The Codehaus. All Rights Reserved.