Class JspTagException

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:
  • Constructor Details

    • JspTagException

      public JspTagException(String msg)
      Constructor with a message.
    • JspTagException

      public JspTagException()
      No message