public class PropertyNotFoundException extends EvaluationException
Constructor and Description |
---|
PropertyNotFoundException(java.lang.Class<?> contextClass,
java.lang.String property,
java.lang.Throwable cause)
Creates a new property not found exception
|
getContextClass, getExpressionString
public PropertyNotFoundException(java.lang.Class<?> contextClass, java.lang.String property, java.lang.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