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(String tag,
String att)
Constructs a NullAttributeException with appropriate information.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2017–2019 Eclipse Foundation. All rights reserved.