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