org.springframework.binding.expression
Class PropertyNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.binding.expression.EvaluationException
org.springframework.binding.expression.PropertyNotFoundException
- All Implemented Interfaces:
- Serializable
public class PropertyNotFoundException
- extends EvaluationException
An evaluation exception indicating a expression that references a property failed to evaluate because the property
could not be found.
- Author:
- Keith Donald
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
PropertyNotFoundException
public PropertyNotFoundException(Class contextClass,
String property,
Throwable cause)
- Creates a new property not found exception
- Parameters:
contextClass
- the class of object upon which property evaluation was attemptedproperty
- the property that could not be foundcause
- root cause of the failure