public class

ExpressionInvocationTargetException

extends EvaluationException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ org.springframework.expression.ExpressionException
           ↳ org.springframework.expression.EvaluationException
             ↳ org.springframework.expression.ExpressionInvocationTargetException

Class Overview

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.

Summary

[Expand]
Inherited Fields
From class org.springframework.expression.ExpressionException
Public Constructors
ExpressionInvocationTargetException(int position, String message, Throwable cause)
ExpressionInvocationTargetException(int position, String message)
ExpressionInvocationTargetException(String expressionString, String message)
ExpressionInvocationTargetException(String message, Throwable cause)
ExpressionInvocationTargetException(String message)
[Expand]
Inherited Methods
From class org.springframework.expression.ExpressionException
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public ExpressionInvocationTargetException (int position, String message, Throwable cause)

public ExpressionInvocationTargetException (int position, String message)

public ExpressionInvocationTargetException (String expressionString, String message)

public ExpressionInvocationTargetException (String message, Throwable cause)

public ExpressionInvocationTargetException (String message)