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  PropertyNotFoundExceptionwith no detail message. | 
| PropertyNotFoundException(String message)Creates a  PropertyNotFoundExceptionwith the provided 
 detail message. | 
| PropertyNotFoundException(String pMessage,
                         Throwable pRootCause)Creates a  PropertyNotFoundExceptionwith the given detail
 message and root cause. | 
| PropertyNotFoundException(Throwable exception)Creates a  PropertyNotFoundExceptionwith 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 JBoss by Red Hat. All rights reserved.