Class InvalidConversionError

All Implemented Interfaces:
Serializable

public class InvalidConversionError extends UnsupportedOperationException
Raised when a conversion from one type to another is supported at setup type, but a value provided at runtime is not valid for that conversion. Example: trying to convert the string "foo" to an INT column.
See Also: