|
Groovy 2.2.0 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception org.codehaus.groovy.GroovyException
public class GroovyException extends Exception
Constructor Summary | |
GroovyException()
|
|
GroovyException(String message)
|
|
GroovyException(String message, Throwable cause)
|
|
GroovyException(boolean fatal)
|
|
GroovyException(String message, boolean fatal)
|
Method Summary | |
---|---|
boolean
|
isFatal()
|
void
|
setFatal(boolean fatal)
|
Methods inherited from class Exception | |
---|---|
printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, initCause, toString, getMessage, getLocalizedMessage, getStackTrace, setStackTrace, addSuppressed, getSuppressed, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll |
Methods inherited from class Throwable | |
---|---|
printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, initCause, toString, getMessage, getLocalizedMessage, getStackTrace, setStackTrace, addSuppressed, getSuppressed, 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 |
---|
public boolean isFatal()
public void setFatal(boolean fatal)
Copyright © 2003-2013 The Codehaus. All rights reserved.