|
spring-core | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.core.convert.ConversionException
org.springframework.core.convert.ConverterNotFoundException
public final class ConverterNotFoundException
Thrown when a suitable converter could not be found in a conversion service.
Constructor Summary | |
---|---|
ConverterNotFoundException(TypeDescriptor sourceType,
TypeDescriptor targetType)
Creates a new conversion executor not found exception. |
Method Summary | |
---|---|
TypeDescriptor |
getSourceType()
Returns the source type that was requested to convert from. |
TypeDescriptor |
getTargetType()
Returns the target type that was requested to convert to. |
Methods inherited from class org.springframework.core.NestedRuntimeException |
---|
contains, getMessage, getMostSpecificCause, getRootCause |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ConverterNotFoundException(TypeDescriptor sourceType, TypeDescriptor targetType)
sourceType
- the source type requested to convert fromtargetType
- the target type requested to convert toMethod Detail |
---|
public TypeDescriptor getSourceType()
public TypeDescriptor getTargetType()
|
spring-core | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |