| java.lang.Object | ||||||
| ↳ | java.lang.Throwable | |||||
| ↳ | java.lang.Exception | |||||
| ↳ | java.lang.RuntimeException | |||||
| ↳ | org.springframework.expression.ExpressionException | |||||
| ↳ | org.springframework.expression.ParseException | |||||
| ↳ | org.springframework.expression.spel.SpelParseException | |||||
Root exception for Spring EL related exceptions. Rather than holding a hard coded string indicating the problem, it
 records a message key and the inserts for the message. See SpelMessage for the list of all possible messages
 that can occur.
| 
  [Expand]
   Inherited Fields  | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
   From class
org.springframework.expression.ExpressionException
 | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| 
  [Expand]
   Inherited Methods  | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
   
From class
  org.springframework.expression.ExpressionException
 | |||||||||||
   
From class
  java.lang.Throwable
 | |||||||||||
   
From class
  java.lang.Object
 | |||||||||||