|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.codehaus.groovy.GroovyException
public class GroovyException
Constructor Summary | |
---|---|
GroovyException()
|
|
GroovyException(boolean fatal)
|
|
GroovyException(java.lang.String message)
|
|
GroovyException(java.lang.String message,
boolean fatal)
|
|
GroovyException(java.lang.String message,
java.lang.Throwable cause)
|
Method Summary | |
---|---|
boolean |
isFatal()
|
void |
setFatal(boolean fatal)
|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public GroovyException()
public GroovyException(java.lang.String message)
public GroovyException(java.lang.String message, java.lang.Throwable cause)
public GroovyException(boolean fatal)
public GroovyException(java.lang.String message, boolean fatal)
Method Detail |
---|
public boolean isFatal()
isFatal
in interface GroovyExceptionInterface
public void setFatal(boolean fatal)
setFatal
in interface GroovyExceptionInterface
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |