Create a
Converter that will throw a
ConversionException if a conversion error occurs.
KEWSqlTimestampConverter
public KEWSqlTimestampConverter(Object defaultValue)(Code)
Create a
Converter that will return the specified default value
if a conversion error occurs.
Parameters: defaultValue - The default value to be returned
Convert the specified input object into an output object of the
specified type.
Parameters: type - Data type to which this value should be converted Parameters: value - The input value to be converted exception: ConversionException - if conversion cannot be performedsuccessfully