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() . |
public JspException()
public JspException(java.lang.String message)
public JspException(java.lang.String message, java.lang.Throwable cause)
public JspException(java.lang.Throwable cause)