| java.lang.Object | |||||
| ↳ | java.lang.Throwable | ||||
| ↳ | java.lang.Exception | ||||
| ↳ | java.lang.RuntimeException | ||||
| ↳ | org.springframework.core.NestedRuntimeException | ||||
| ↳ | org.springframework.core.convert.ConversionException | ||||
Known Direct Subclasses
|
Base class for exceptions thrown by the conversion system.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Construct a new conversion exception.
| |||||||||||
Construct a new conversion exception.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.springframework.core.NestedRuntimeException
| |||||||||||
From class
java.lang.Throwable
| |||||||||||
From class
java.lang.Object
| |||||||||||
Construct a new conversion exception.
| message | the exception message |
|---|
Construct a new conversion exception.
| message | the exception message |
|---|---|
| cause | the cause |