public class ConversionExecutorNotFoundException extends ConversionException
ConversionService.getConversionExecutor(Class, Class)
,
Serialized FormConstructor and Description |
---|
ConversionExecutorNotFoundException(java.lang.Class sourceClass,
java.lang.Class targetClass,
java.lang.String message)
Creates a new conversion executor not found exception.
|
Modifier and Type | Method and Description |
---|---|
java.lang.Class |
getSourceClass()
Returns the source type requested to convert from.
|
java.lang.Class |
getTargetClass()
Returns the target type requested to convert to.
|
public ConversionExecutorNotFoundException(java.lang.Class sourceClass, java.lang.Class targetClass, java.lang.String message)
sourceClass
- the source type requested to convert fromtargetClass
- the target type requested to convert tomessage
- a descriptive message