public class NullAttributeException
extends javax.servlet.jsp.JspTagException
NullAttributeException is a JspTagException that will be thrown by the JSTL RI handlers when a tag attribute illegally evaluates to 'null'.
| Constructor and Description |
|---|
NullAttributeException(java.lang.String tag,
java.lang.String att)
Constructs a NullAttributeException with appropriate information.
|
public NullAttributeException(java.lang.String tag,
java.lang.String att)
tag - The name of the tag in which the error occurred.att - The attribute value for which the error occurred.Copyright (c) 1999-2012 Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.