|
|||||||||||
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.enhydra.barracuda.plankton.exceptions.NestableException
org.enhydra.barracuda.core.event.EventException
org.enhydra.barracuda.core.event.InvalidClassException
This class defines a InvalidClassException...it typically gets thrown when a Class is referenced that does not implement the type expected (ie. BaseEvent, EventDispatcher)
Constructor Summary | |
InvalidClassException()
The noargs public contructor for InvalidClassException |
|
InvalidClassException(String s)
The public contructor for InvalidClassException |
|
InvalidClassException(String s,
Exception ibaseException)
The public contructor for InvalidClassException |
Methods inherited from class org.enhydra.barracuda.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 InvalidClassException()
public InvalidClassException(String s)
s
- a String describing the exceptionpublic InvalidClassException(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 |