[Groovy] Class ParseStatus
- org.codehaus.groovy.tools.shell.ParseStatus
Container for parse status details.
Properties Summary
| Type | Name and description |
|---|---|
Throwable |
cause |
ParseCode |
code |
Constructor Summary
| Constructor and description |
|---|
ParseStatus
(ParseCode code, Throwable cause) |
ParseStatus
(ParseCode code) |
ParseStatus
(Throwable cause) |
Inherited Methods Summary
| Methods inherited from class | Name |
|---|---|
class Object | wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Property Detail
final Throwable cause
final ParseCode code
Constructor Detail
ParseStatus(ParseCode code, Throwable cause)
ParseStatus(ParseCode code)
ParseStatus(Throwable cause)
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/2.4.21/html/gapi/org/codehaus/groovy/tools/shell/ParseStatus.html