javax.servlet.jsp
public class: JspException [javadoc |
source]
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.servlet.jsp.JspException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
JspTagException, SkipPageException
A generic exception known to the JSP engine; uncaught
JspExceptions will result in an invocation of the errorpage
machinery.
| Method from javax.servlet.jsp.JspException Summary: |
|---|
|
getRootCause |
| Methods from java.lang.Throwable: |
|---|
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Method from javax.servlet.jsp.JspException Detail: |
public Throwable getRootCause() {
return rootCause;
}
Returns the exception that caused this JSP exception. |