| 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  | 
EvaluationException
Represent an exception that occurs during expression evaluation. 
 | 
class  | 
ExpressionInvocationTargetException
This exception wraps (as cause) a checked exception thrown by some method that SpEL
 invokes. 
 | 
class  | 
ParseException
Represent an exception that occurs during expression parsing. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
SpelEvaluationException
Root exception for Spring EL related exceptions. 
 | 
class  | 
SpelParseException
Root exception for Spring EL related exceptions. 
 |