Class JspTagException

java.lang.Object
All Implemented Interfaces:
Serializable

public class JspTagException extends JspException
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: