Groovy 2.2.0

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.


Constructor Summary
ReadException(IOException cause)

ReadException(String message, IOException cause)

 
Method Summary
IOException getIOCause()

String getMessage()

String toString()

 
Methods inherited from class GroovyException
isFatal, setFatal
 
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
 

Constructor Detail

ReadException

public ReadException(IOException cause)


ReadException

public ReadException(String message, IOException cause)


 
Method Detail

getIOCause

public IOException getIOCause()


getMessage

public String getMessage()


toString

public String toString()


 

Copyright © 2003-2013 The Codehaus. All rights reserved.