Class UnsupportedConversionError

All Implemented Interfaces:
Serializable

public class UnsupportedConversionError extends UnsupportedOperationException
Raised when a column accessor reads or writes the value using the wrong Java type (which may indicate an data inconsistency in the input data.)

Also raised during setup if no conversion is available between input and output types.

This exception means that there is no conversion in principal: it is a static error due to the schema provided or the implementation of the code.

See Also: