public class ConverterNotFoundException extends ConversionException
Constructor and Description |
---|
ConverterNotFoundException(TypeDescriptor sourceType,
TypeDescriptor targetType)
Create a new conversion executor not found exception.
|
Modifier and Type | Method and Description |
---|---|
TypeDescriptor |
getSourceType()
Return the source type that was requested to convert from.
|
TypeDescriptor |
getTargetType()
Return the target type that was requested to convert to.
|
contains, getMessage, getMostSpecificCause, getRootCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ConverterNotFoundException(@Nullable TypeDescriptor sourceType, TypeDescriptor targetType)
sourceType
- the source type requested to convert fromtargetType
- the target type requested to convert to@Nullable public TypeDescriptor getSourceType()
public TypeDescriptor getTargetType()