| java.lang.Object | ||||
| ↳ | java.lang.Throwable | |||
| ↳ | java.lang.Exception | |||
| ↳ | java.lang.RuntimeException | |||
| ↳ | org.springframework.expression.ExpressionException | |||
Known Direct Subclasses
|
Known Indirect Subclasses
|
Super class for exceptions that can occur whilst processing expressions
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| expressionString | |||||||||||
| position | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Creates a new expression exception.
| |||||||||||
Creates a new expression exception.
| |||||||||||
Creates a new expression exception.
| |||||||||||
Creates a new expression exception.
| |||||||||||
Creates a new expression exception.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Throwable
| |||||||||||
From class
java.lang.Object
| |||||||||||
Creates a new expression exception.
| expressionString | the expression string |
|---|---|
| message | a descriptive message |
Creates a new expression exception.
| expressionString | the expression string |
|---|---|
| position | the position in the expression string where the problem occurred |
| message | a descriptive message |
Creates a new expression exception.
| position | the position in the expression string where the problem occurred |
|---|---|
| message | a descriptive message |
Creates a new expression exception.
| position | the position in the expression string where the problem occurred |
|---|---|
| message | a descriptive message |
| cause | the underlying cause of this exception |
Creates a new expression exception.
| message | a descriptive message |
|---|