public class ConversionExecutorNotFoundException extends ConversionException
ConversionService.getConversionExecutor(Class, Class)
,
Serialized FormConstructor and Description |
---|
ConversionExecutorNotFoundException(Class sourceClass,
Class targetClass,
String message)
Creates a new conversion executor not found exception.
|
Modifier and Type | Method and Description |
---|---|
Class |
getSourceClass()
Returns the source type requested to convert from.
|
Class |
getTargetClass()
Returns the target type requested to convert to.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ConversionExecutorNotFoundException(Class sourceClass, Class targetClass, String message)
sourceClass
- the source type requested to convert fromtargetClass
- the target type requested to convert tomessage
- a descriptive message