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
public class ExpressionInvocationTargetException
- extends 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.
- Since:
- 3.0.3
- Author:
- Andy Clement
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ExpressionInvocationTargetException
public ExpressionInvocationTargetException(int position,
String message,
Throwable cause)
ExpressionInvocationTargetException
public ExpressionInvocationTargetException(int position,
String message)
ExpressionInvocationTargetException
public ExpressionInvocationTargetException(String expressionString,
String message)
ExpressionInvocationTargetException
public ExpressionInvocationTargetException(String message,
Throwable cause)
ExpressionInvocationTargetException
public ExpressionInvocationTargetException(String message)