PropertyNotFoundException.public class PropertyNotFoundException extends EvaluationException
An exception caused by a property name that cannot be resolved against a base object.
| Constructor and Description | 
|---|
| PropertyNotFoundException()Deprecated.  Construct a new exception with no detail message or root cause. | 
| PropertyNotFoundException(String message)Deprecated.  Construct a new exception with the specified detail message and
 no root cause. | 
| PropertyNotFoundException(String message,
                         Throwable cause)Deprecated.  Construct a new exception with the specified detail message and
 root cause. | 
| PropertyNotFoundException(Throwable cause)Deprecated.  Construct a new exception with the specified root cause. | 
getCauseaddSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic PropertyNotFoundException()
Construct a new exception with no detail message or root cause.
public PropertyNotFoundException(String message)
Construct a new exception with the specified detail message and no root cause.
message - The detail message for this exceptionpublic PropertyNotFoundException(Throwable cause)
Construct a new exception with the specified root cause.  The detail
 message will be set to (cause == null ? null :
 cause.toString()
cause - The root cause for this exceptionCopyright © 2017 JBoss by Red Hat. All rights reserved.