类 ExpressionInvocationTargetException

  • 所有已实现的接口:
    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.
    从以下版本开始:
    3.0.3
    作者:
    Andy Clement
    另请参阅:
    序列化表格