Class NullAttributeException

  • All Implemented Interfaces:
    java.io.Serializable

    public class NullAttributeException
    extends JspTagException

    NullAttributeException is a JspTagException that will be thrown by the JSTL RI handlers when a tag attribute illegally evaluates to 'null'.

    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      NullAttributeException​(java.lang.String tag, java.lang.String att)
      Constructs a NullAttributeException with appropriate information.
    • 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

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

      • NullAttributeException

        public NullAttributeException​(java.lang.String tag,
                                      java.lang.String att)
        Constructs a NullAttributeException with appropriate information.
        Parameters:
        tag - The name of the tag in which the error occurred.
        att - The attribute value for which the error occurred.