public class JspTagException extends JspException
Constructor and Description |
---|
JspTagException()
New exception with no message.
|
JspTagException(java.lang.String message)
New exception with the specified message.
|
JspTagException(java.lang.String message,
java.lang.Throwable cause)
New exception with the specified message and cause.
|
JspTagException(java.lang.Throwable cause)
New exception with the specified cause.
|
getRootCause
public JspTagException()
public JspTagException(java.lang.String message)
public JspTagException(java.lang.String message, java.lang.Throwable cause)
public JspTagException(java.lang.Throwable cause)