| Package | Description | 
|---|---|
| org.springframework.expression | Core abstractions behind the Spring Expression Language. | 
| org.springframework.expression.spel | SpEL's central implementation package. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | EvaluationExceptionRepresent an exception that occurs during expression evaluation. | 
| class  | ExpressionInvocationTargetExceptionThis exception wraps (as cause) a checked exception thrown by some method that SpEL
 invokes. | 
| class  | ParseExceptionRepresent an exception that occurs during expression parsing. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | SpelEvaluationExceptionRoot exception for Spring EL related exceptions. | 
| class  | SpelParseExceptionRoot exception for Spring EL related exceptions. |