|
Griffon 1.2.0 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.codehaus.griffon.exceptions.GriffonException
public abstract class GriffonException extends RuntimeException
Base class for all Griffon exceptions that are not recoverable.
Constructor Summary | |
GriffonException()
|
|
GriffonException(String arg0)
|
|
GriffonException(String arg0, Throwable arg1)
|
|
GriffonException(Throwable arg0)
|
Method Summary |
---|
Methods inherited from class RuntimeException | |
---|---|
printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, initCause, toString, getMessage, getLocalizedMessage, getStackTrace, setStackTrace, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll |
Methods inherited from class Exception | |
---|---|
printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, initCause, toString, getMessage, getLocalizedMessage, getStackTrace, setStackTrace, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll |
Constructor Detail |
---|
public GriffonException()
public GriffonException(String arg0)
public GriffonException(String arg0, Throwable arg1)
public GriffonException(Throwable arg0)
Groovy Documentation