Package javax.servlet.jsp
Class JspTagException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.servlet.jsp.JspException
javax.servlet.jsp.JspTagException
- All Implemented Interfaces:
Serializable
Exception to be used by a Tag Handler to indicate some unrecoverable
error.
This error is to be caught by the top level of the JSP page and will result
in an error page.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class javax.servlet.jsp.JspException
getRootCause
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
JspTagException
Constructor with a message. -
JspTagException
public JspTagException()No message
-