|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
javax.servlet.jsp.JspException
public class JspException
A generic JSP exception.
| Constructor Summary | |
|---|---|
JspException()
Create a JspException |
|
JspException(java.lang.String msg)
Create a JspException with a message. |
|
JspException(java.lang.String msg,
java.lang.Throwable rootCause)
Create a JspException with a message and a root cause. |
|
JspException(java.lang.Throwable rootCause)
Create a JspException with a root cause. |
|
| Method Summary | |
|---|---|
java.lang.Throwable |
getRootCause()
Returns the root cause of the exception. |
| 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 JspException()
public JspException(java.lang.String msg)
public JspException(java.lang.String msg,
java.lang.Throwable rootCause)
msg - the exception messagerootCause - the underlying exception.public JspException(java.lang.Throwable rootCause)
rootCause - the underlying exception.| Method Detail |
|---|
public java.lang.Throwable getRootCause()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||