public class PropertyNotFoundException extends EvaluationException
Constructor and Description |
---|
PropertyNotFoundException(Class contextClass,
String property,
Throwable cause)
Creates a new property not found exception
|
getContextClass, getExpressionString
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public 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