|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jaffa.exceptions.CustomRuntimeException
CustomRuntimeException is a generic runtime exception which is used as the base exception class for the Jaffa runtime exceptions.
| Constructor Summary | |
protected |
CustomRuntimeException()
Default constructor. |
protected |
CustomRuntimeException(String msg)
Creates an exception with the message. |
protected |
CustomRuntimeException(String msg,
Throwable sourceException)
Creates an exception with the message and a source exception. |
protected |
CustomRuntimeException(Throwable sourceException)
Creates an exception with a source exception. |
| 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 |
protected CustomRuntimeException()
protected CustomRuntimeException(String msg)
msg - the message
protected CustomRuntimeException(String msg,
Throwable sourceException)
msg - the message.sourceException - the source exception.protected CustomRuntimeException(Throwable sourceException)
sourceException - the source exception.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||