javax.el
public class: PropertyNotFoundException [javadoc |
source]
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.el.ELException
javax.el.PropertyNotFoundException
All Implemented Interfaces:
Serializable
Thrown when a property could not be found while evaluating a
ValueExpression or
MethodExpression .
For example, this could be triggered by an index out of bounds
while setting an array value, or by an unreadable property while
getting the value of a JavaBeans property.
| Methods from java.lang.Throwable: |
|---|
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |