| java.lang.Object | ||||||
| ↳ | java.lang.Throwable | |||||
| ↳ | java.lang.Exception | |||||
| ↳ | java.lang.RuntimeException | |||||
| ↳ | org.springframework.core.NestedRuntimeException | |||||
| ↳ | org.springframework.core.convert.ConversionException | |||||
| ↳ | org.springframework.core.convert.ConverterNotFoundException | |||||
Thrown when a suitable converter could not be found in a conversion service.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Creates a new conversion executor not found exception.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Returns the source type that was requested to convert from.
| |||||||||||
Returns the target type that was requested to convert to.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
org.springframework.core.NestedRuntimeException
| |||||||||||
From class
java.lang.Throwable
| |||||||||||
From class
java.lang.Object
| |||||||||||
Creates a new conversion executor not found exception.
| sourceType | the source type requested to convert from |
|---|---|
| targetType | the target type requested to convert to |
Returns the source type that was requested to convert from.
Returns the target type that was requested to convert to.