| org.springframework.binding.expression.EvaluationException
EvaluationException | public class EvaluationException extends NestedRuntimeException (Code) | | Indicates an expression evaluation failed.
author: Keith Donald |
EvaluationException | public EvaluationException(EvaluationAttempt evaluationAttempt, Throwable cause)(Code) | | Creates a new evaluation exception.
Parameters: evaluationAttempt - the evaluation attempt that failed Parameters: cause - the underlying cause of this exception |
getEvaluationAttempt | public EvaluationAttempt getEvaluationAttempt()(Code) | | Returns the evaluation attempt that failed.
|
|
|