public class PropertyNotFoundException extends EvaluationException
| Constructor and Description |
|---|
PropertyNotFoundException(Class contextClass,
String property,
Throwable cause)
Creates a new property not found exception
|
getContextClass, getExpressionStringaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic PropertyNotFoundException(Class contextClass, String property, Throwable cause)
contextClass - the class of object upon which property evaluation was attemptedproperty - the property that could not be foundcause - root cause of the failure