[Java] Class ReadException

  • org.codehaus.groovy.syntax.ReadException

Encapsulates non-specific i/o exceptions.

Constructor Summary

Constructors
Constructor and description
ReadException (IOException cause)
ReadException (String message, IOException cause)

Methods Summary

Methods
Type Params Return Type Name and description
IOException getIOCause()
String getMessage()
String toString()

Inherited Methods Summary

Inherited Methods
Methods inherited from class Name
class GroovyException isFatal, setFatal
class Exception printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, initCause, toString, addSuppressed, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, setStackTrace, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll

Constructor Detail

public ReadException(IOException cause)

public ReadException(String message, IOException cause)

Method Detail

public IOException getIOCause()

public String getMessage()

public String toString()

© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/2.4.21/html/gapi/org/codehaus/groovy/syntax/ReadException.html