类 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.
从以下版本开始:
4.0
作者:
Andy Clement
另请参阅:
  • 构造器详细资料

    • 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)