类 ExpressionInvocationTargetException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
cn.taketoday.expression.ExpressionException
cn.taketoday.expression.EvaluationException
cn.taketoday.expression.ExpressionInvocationTargetException
- 所有已实现的接口:
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.
- 从以下版本开始:
- 4.0
- 作者:
- Andy Clement
- 另请参阅:
-
字段概要
从类继承的字段 cn.taketoday.expression.ExpressionException
expressionString, position -
构造器概要
构造器构造器说明ExpressionInvocationTargetException(int position, String message) ExpressionInvocationTargetException(int position, String message, Throwable cause) ExpressionInvocationTargetException(String expressionString, String message) ExpressionInvocationTargetException(String message, Throwable cause) -
方法概要
从类继承的方法 cn.taketoday.expression.ExpressionException
getExpressionString, getMessage, getPosition, getSimpleMessage, toDetailedString
-
构造器详细资料
-
ExpressionInvocationTargetException
-
ExpressionInvocationTargetException
-
ExpressionInvocationTargetException
-
ExpressionInvocationTargetException
-
ExpressionInvocationTargetException
-