Class JspTagException

  • All Implemented Interfaces:
    java.io.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:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      JspTagException()
      No message
      JspTagException​(java.lang.String msg)
      Constructor with a message.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • JspTagException

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

        public JspTagException()
        No message