|
Spring Web Flow | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.binding.expression.EvaluationException
org.springframework.binding.expression.PropertyNotFoundException
public class PropertyNotFoundException
An evaluation exception indicating a expression that references a property failed to evaluate because the property could not be found.
| Constructor Summary | |
|---|---|
PropertyNotFoundException(java.lang.Class<?> contextClass,
java.lang.String property,
java.lang.Throwable cause)
Creates a new property not found exception |
|
| Method Summary |
|---|
| Methods inherited from class org.springframework.binding.expression.EvaluationException |
|---|
getContextClass, getExpressionString |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
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
|
Spring Web Flow | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||