spring-framework / org.springframework.expression / ExpressionInvocationTargetException

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.

Author
Andy Clement

Since
3.0.3

Constructors

<init>

ExpressionInvocationTargetException(position: Int, message: String, cause: Throwable)
ExpressionInvocationTargetException(position: Int, message: String)
ExpressionInvocationTargetException(expressionString: String, message: String)
ExpressionInvocationTargetException(message: String, cause: Throwable)
ExpressionInvocationTargetException(message: String)