|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.arsdigita.bebop.jsp.JspWrapperException
A wrapper exception that can be used to rethrow another exception. The standard JspException doesn't accept a root cause, hence this subclass.
Field Summary | |
static String |
versionId
|
Constructor Summary | |
JspWrapperException(String s,
Throwable rootCause)
Constructor which takes a message string and a root cause that this exception will be wrapping. |
|
JspWrapperException(Throwable rootCause)
Constructor which takes a root cause that this exception will be wrapping. |
Method Summary | |
String |
getMessage()
This exception's message and the root cause's. |
Throwable |
getRootCause()
Gets the root cause of this exception. |
void |
printStackTrace()
Stack trace for the root cause. |
void |
printStackTrace(PrintStream s)
Stack trace for the root cause. |
void |
printStackTrace(PrintWriter s)
Stack trace for the root cause. |
String |
toString()
Get a string representing this exception and the root cause. |
String |
toString(Class delegatingClass)
Get a string representing this exception and the root cause. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final String versionId
Constructor Detail |
public JspWrapperException(Throwable rootCause)
public JspWrapperException(String s, Throwable rootCause)
Method Detail |
public Throwable getRootCause()
public String toString()
public String toString(Class delegatingClass)
public String getMessage()
public void printStackTrace()
public void printStackTrace(PrintStream s)
public void printStackTrace(PrintWriter s)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |