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