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 pMessage,
Throwable pRootCause)
Creates a
PropertyNotFoundException with the given detail message and root cause. |
PropertyNotFoundException(Throwable exception)
Creates a
PropertyNotFoundException with the given root cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic PropertyNotFoundException()
PropertyNotFoundException with no detail message.public PropertyNotFoundException(String message)
PropertyNotFoundException with the provided detail message.message - the detail messagepublic PropertyNotFoundException(Throwable exception)
PropertyNotFoundException with the given root cause.exception - the originating cause of this exceptionCopyright © 2018,2020 Eclipse Foundation.
Use is subject to license terms.