[Java] Class GroovyException
- org.codehaus.groovy.GroovyException
Properties Summary
Properties
Type | Name and description |
boolean |
fatal
|
Constructor Summary
Methods Summary
Methods
Type Params | Return Type | Name and description |
| boolean |
isFatal()
|
| void |
setFatal(boolean fatal)
|
Inherited Methods Summary
Inherited Methods
Methods inherited from class | Name |
class Exception | printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, initCause, toString, addSuppressed, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, setStackTrace, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll |
Property Detail
boolean fatal
Constructor Detail
public GroovyException()
public GroovyException(String message)
public GroovyException(String message, Throwable cause)
public GroovyException(boolean fatal)
public GroovyException(String message, boolean fatal)
Method Detail
public boolean isFatal()
public void setFatal(boolean fatal)