InvalidColumnExceptionValues
Objects
Subclass of DataModelException
.
An InvalidColumnValueException
is thrown when
the value supplied for a column is not consistent with its storage
type.
No message string is set for this exception.
i.getColumnName() : string
Returns the name of the unknown column.
i.getValue() : Object
Returns the invalid value.