|
|||||||||||
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.barracudamvc.plankton.exceptions.NestableException
org.barracudamvc.core.event.EventException
This class defines the basic event exception. By extending from NestableException, we make all event exceptions inherantly nestable, meaning they can contain other exceptions.
Constructor Summary | |
EventException()
The noargs public contructor for NestableException |
|
EventException(String s)
The public contructor for NestableException |
|
EventException(String s,
Exception ibaseException)
The public contructor for NestableException |
Methods inherited from class org.barracudamvc.plankton.exceptions.NestableException |
getBaseException, getRootException |
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 EventException()
public EventException(String s)
s
- a String describing the exceptionpublic EventException(String s, Exception ibaseException)
s
- a String describing the exceptionibaseException
- the original exception to wrap within this exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |