| Package | Description | 
|---|---|
| org.springframework.expression.spel | SpEL's central implementation package. | 
| Modifier and Type | Method and Description | 
|---|---|
| SpelMessage | SpelEvaluationException. getMessageCode()Return the message code. | 
| SpelMessage | SpelParseException. getMessageCode()Return the message code. | 
| static SpelMessage | SpelMessage. valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static SpelMessage[] | SpelMessage. values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
| Constructor and Description | 
|---|
| SpelEvaluationException(int position,
                       SpelMessage message,
                       Object... inserts) | 
| SpelEvaluationException(int position,
                       Throwable cause,
                       SpelMessage message,
                       Object... inserts) | 
| SpelEvaluationException(SpelMessage message,
                       Object... inserts) | 
| SpelEvaluationException(Throwable cause,
                       SpelMessage message,
                       Object... inserts) | 
| SpelParseException(int position,
                  SpelMessage message,
                  Object... inserts) | 
| SpelParseException(int position,
                  Throwable cause,
                  SpelMessage message,
                  Object... inserts) | 
| SpelParseException(String expressionString,
                  int position,
                  SpelMessage message,
                  Object... inserts) |