Package org.springframework.expression
Class ExpressionInvocationTargetException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.expression.ExpressionException
org.springframework.expression.EvaluationException
org.springframework.expression.ExpressionInvocationTargetException
- All Implemented Interfaces:
- Serializable
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.
- Since:
- 3.0.3
- Author:
- Andy Clement
- See Also:
- 
Field SummaryFields inherited from class org.springframework.expression.ExpressionExceptionexpressionString, position
- 
Constructor SummaryConstructorsConstructorDescriptionExpressionInvocationTargetException(int position, String message) ExpressionInvocationTargetException(int position, String message, @Nullable Throwable cause) ExpressionInvocationTargetException(String message, @Nullable Throwable cause) ExpressionInvocationTargetException(String expressionString, String message) 
- 
Method SummaryMethods inherited from class org.springframework.expression.ExpressionExceptiongetExpressionString, getMessage, getPosition, getSimpleMessage, toDetailedStringMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
ExpressionInvocationTargetException
- 
ExpressionInvocationTargetException
- 
ExpressionInvocationTargetException
- 
ExpressionInvocationTargetException
- 
ExpressionInvocationTargetException
 
-