| java.lang.Object | |||||
| ↳ | java.lang.Throwable | ||||
| ↳ | java.lang.Exception | ||||
| ↳ | java.lang.RuntimeException | ||||
| ↳ | org.springframework.expression.ExpressionException | ||||
| ↳ | org.springframework.expression.ParseException | ||||
Known Direct Subclasses
|
Represent an exception that occurs during expression parsing.
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.springframework.expression.ExpressionException
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Creates a new expression parsing exception.
| |||||||||||
Creates a new expression parsing exception.
| |||||||||||
Creates a new expression parsing exception.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.springframework.expression.ExpressionException
| |||||||||||
From class
java.lang.Throwable
| |||||||||||
From class
java.lang.Object
| |||||||||||
Creates a new expression parsing exception.
| expressionString | the expression string that could not be parsed |
|---|---|
| position | the position in the expression string where the problem occurred |
| message | description of the problem that occurred |
Creates a new expression parsing exception.
| position | the position in the expression string where the problem occurred |
|---|---|
| message | description of the problem that occurred |
| cause | the underlying cause of this exception |
Creates a new expression parsing exception.
| position | the position in the expression string where the problem occurred |
|---|---|
| message | description of the problem that occurred |