spring-framework / org.springframework.expression

Package org.springframework.expression

Exceptions

EvaluationException

open class EvaluationException : ExpressionException

Represent an exception that occurs during expression evaluation.

ExpressionInvocationTargetException

open class ExpressionInvocationTargetException : EvaluationException

This exception wraps (as cause) a checked exception thrown by some method that SpEL invokes. It differs from a SpelEvaluationException because this indicates the occurrence of a checked exception that the invoked method was defined to throw. SpelEvaluationExceptions are for handling (and wrapping) unexpected exceptions.

ParseException

open class ParseException : ExpressionException

Represent an exception that occurs during expression parsing.