public class JspException
extends java.lang.Exception
Constructor and Description |
---|
JspException ()
New exception with no message.
|
JspException (java.lang.String message)
New exception with the specified message.
|
JspException (java.lang.String message,
java.lang.Throwable cause)
New exception with the specified message and cause.
|
JspException (java.lang.Throwable cause)
New exception with the specified cause.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Throwable |
getRootCause ()
Deprecated.
use
Throwable.getCause() . |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public JspException()
public JspException(java.lang.String message)
public JspException(java.lang.String message, java.lang.Throwable cause)
public JspException(java.lang.Throwable cause)
public java.lang.Throwable getRootCause()
Throwable.getCause()
.