org.springframework.binding.expression
Class EvaluationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.springframework.core.NestedRuntimeException
                  extended by org.springframework.binding.expression.EvaluationException
All Implemented Interfaces:
java.io.Serializable

public class EvaluationException
extends org.springframework.core.NestedRuntimeException

Indicates an expression evaluation failed.

Author:
Keith Donald
See Also:
Serialized Form

Constructor Summary
EvaluationException(EvaluationAttempt evaluationAttempt, java.lang.Throwable cause)
          Creates a new evaluation exception.
 
Method Summary
 EvaluationAttempt getEvaluationAttempt()
          Returns the evaluation attempt that failed.
 
Methods inherited from class org.springframework.core.NestedRuntimeException
contains, getCause, getMessage, getMostSpecificCause, getRootCause, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EvaluationException

public EvaluationException(EvaluationAttempt evaluationAttempt,
                           java.lang.Throwable cause)
Creates a new evaluation exception.

Parameters:
evaluationAttempt - the evaluation attempt that failed
cause - the underlying cause of this exception
Method Detail

getEvaluationAttempt

public EvaluationAttempt getEvaluationAttempt()
Returns the evaluation attempt that failed.



Copyright � 2004-2007. All Rights Reserved.