spring-framework / org.springframework.expression / EvaluationException / <init>

<init>

EvaluationException(message: String)

Create a new expression evaluation exception.

Parameters

message - description of the problem that occurred

EvaluationException(message: String, cause: Throwable)

Create a new expression evaluation exception.

Parameters

message - description of the problem that occurred

cause - the underlying cause of this exception

EvaluationException(position: Int, message: String)

Create a new expression evaluation exception.

Parameters

position - the position in the expression where the problem occurred

message - description of the problem that occurred

EvaluationException(expressionString: String, message: String)

Create a new expression evaluation exception.

Parameters

expressionString - the expression that could not be evaluated

message - description of the problem that occurred

EvaluationException(position: Int, message: String, cause: Throwable)

Create a new expression evaluation exception.

Parameters

position - the position in the expression where the problem occurred

message - description of the problem that occurred

cause - the underlying cause of this exception