Class NullAttributeException

  • All Implemented Interfaces:
    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 Detail

      • NullAttributeException

        public NullAttributeException​(String tag,
                                      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.