public class PropertyNotFoundException extends ELException
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.Constructor and Description |
---|
PropertyNotFoundException()
Creates a PropertyNotFoundException with no detail message.
|
PropertyNotFoundException(String message)
Creates a PropertyNotFoundException with the provided detail message.
|
PropertyNotFoundException(String message,
Throwable cause)
Creates a PropertyNotFoundException with the given detail message and root cause.
|
PropertyNotFoundException(Throwable cause)
Creates a PropertyNotFoundException with the given root cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public PropertyNotFoundException()
public PropertyNotFoundException(String message)
message
- the detail messagepublic PropertyNotFoundException(Throwable cause)
cause
- the originating cause of this exceptionCopyright © 2015. All rights reserved.