NullAttributeException is a JspTagException that will be thrown by the JSTL RI handlers when a tag attribute illegally evaluates to 'null'.
Constructs a ExpressionException with appropriate information.paramtag The name of the tag in which the error occurred.paramatt The attribute value for which the error occurred. super("The '" + att + "' attribute illegally evaluated to 'null' " + "in <" + tag + ">.");
super("The '" + att + "' attribute illegally evaluated to 'null' " + "in <" + tag + ">.");