[Java] Class GroovyException
- org.codehaus.groovy.GroovyException
Constructor Summary
Methods Summary
Methods
Type Params |
Return Type |
Name and description |
|
public boolean |
isFatal()
|
|
public void |
setFatal(boolean fatal)
|
Inherited Methods Summary
Inherited Methods
Methods inherited from class |
Name |
class Exception |
printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, initCause, toString, getMessage, getSuppressed, getLocalizedMessage, getStackTrace, setStackTrace, addSuppressed, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll |
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
@Override public boolean isFatal()
@Override public void setFatal(boolean fatal)