[Java] Class ReadException
- org.codehaus.groovy.syntax.ReadException
public class ReadException extends GroovyException
Encapsulates non-specific i/o exceptions.
Constructor Summary
Constructor and description |
---|
ReadException
(IOException cause) |
ReadException
(String message, IOException cause) |
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
public IOException |
getIOCause() | |
public String |
getMessage() | |
public String |
toString() |
Inherited Methods Summary
Methods inherited from class | Name |
---|---|
class GroovyException | isFatal, setFatal |
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/3.0.7/html/gapi/org/codehaus/groovy/syntax/ReadException.html