Uses of Class
org.springframework.binding.expression.EvaluationAttempt

Packages that use EvaluationAttempt
org.springframework.binding.expression Core expression language abstraction for parsing and evaluating expressions. 
 

Uses of EvaluationAttempt in org.springframework.binding.expression
 

Subclasses of EvaluationAttempt in org.springframework.binding.expression
 class SetValueAttempt
          Records an attempt to set an expression value.
 

Methods in org.springframework.binding.expression that return EvaluationAttempt
 EvaluationAttempt EvaluationException.getEvaluationAttempt()
          Returns the evaluation attempt that failed.
 

Constructors in org.springframework.binding.expression with parameters of type EvaluationAttempt
EvaluationException(EvaluationAttempt evaluationAttempt, java.lang.Throwable cause)
          Creates a new evaluation exception.
 



Copyright © 2009 Spring Framework. All Rights Reserved.