public class InvalidColumnValueException extends DataModelException
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.
Constructor and Description |
---|
InvalidColumnValueException(DataModel dataModel,
java.lang.String columnName,
java.lang.Object value)
Deprecated.
|
InvalidColumnValueException(java.lang.String message,
DataModel dataModel,
java.lang.String columnName,
java.lang.Object value)
Creates an
InvalidColumnValueException . |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getColumnName()
Returns the name of the unknown column.
|
java.lang.Object |
getValue()
Returns the invalid value.
|
getDataModel
public InvalidColumnValueException(DataModel dataModel, java.lang.String columnName, java.lang.Object value)
InvalidColumnValueException
.dataModel
- the DataModelcolumnName
- the column namevalue
- the data valuepublic InvalidColumnValueException(java.lang.String message, DataModel dataModel, java.lang.String columnName, java.lang.Object value)
InvalidColumnValueException
.message
- the error messagedataModel
- the DataModelcolumnName
- the column namevalue
- the data valueCopyright © 2014 Integral Solutions Ltd. All Rights Reserved.