| java.lang.Object | |||||
| ↳ | java.lang.Throwable | ||||
| ↳ | java.lang.Exception | ||||
| ↳ | java.lang.RuntimeException | ||||
| ↳ | java.lang.IllegalArgumentException | ||||
| ↳ | org.springframework.core.ConstantException | ||||
Exception thrown when the Constants class is asked for
an invalid constant name.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Thrown when an invalid constant name is requested.
| |||||||||||
Thrown when an invalid constant value is looked up.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Throwable
| |||||||||||
From class
java.lang.Object
| |||||||||||
Thrown when an invalid constant name is requested.
| className | name of the class containing the constant definitions |
|---|---|
| field | invalid constant name |
| message | description of the problem |
Thrown when an invalid constant value is looked up.
| className | name of the class containing the constant definitions |
|---|---|
| namePrefix | prefix of the searched constant names |
| value | the looked up constant value |