|
|||||||||||
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.comp.RenderException
org.enhydra.barracuda.core.comp.InvalidDirectiveException
This exception indicates the specified format is not supported.
Constructor Summary | |
InvalidDirectiveException()
The noargs public contructor for InvalidDirectiveException |
|
InvalidDirectiveException(String s)
The public contructor for InvalidDirectiveException |
|
InvalidDirectiveException(String s,
Exception ibaseException)
The public contructor for InvalidDirectiveException |
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 InvalidDirectiveException()
public InvalidDirectiveException(String s)
s
- a String describing the exceptionpublic InvalidDirectiveException(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 |