|
|||||||||
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
public class EvaluationException
Indicates an expression evaluation failed.
Constructor Summary | |
---|---|
EvaluationException(Class contextClass,
String expressionString,
String message)
Creates a new evaluation exception. |
|
EvaluationException(Class contextClass,
String expressionString,
String message,
Throwable cause)
Creates a new evaluation exception. |
Method Summary | |
---|---|
Class |
getContextClass()
The class of object upon which evaluation was attempted and failed. |
String |
getExpressionString()
The string form of the expression that failed to evaluate against an instance of the the context class. |
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 |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public EvaluationException(Class contextClass, String expressionString, String message)
contextClass
- the class of object upon which evaluation was attemptedexpressionString
- the string form of the expression that failed to evaluatemessage
- the exception messagepublic EvaluationException(Class contextClass, String expressionString, String message, Throwable cause)
contextClass
- the class of object upon which evaluation was attemptedexpressionString
- the string form of the expression that failed to evaluatemessage
- the exception messagecause
- the underlying cause of this evaluation exceptionMethod Detail |
---|
public Class getContextClass()
public String getExpressionString()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |