public class ColumnCountException extends DataModelException
ColumnCountException
is thrown when the number of columns in the data
did not match the number of columns specified in the data model.
No message string is set for this exception.
Constructor and Description |
---|
ColumnCountException(DataModel dataModel,
java.util.List values)
Deprecated.
|
ColumnCountException(java.lang.String message,
DataModel dataModel,
java.util.List values)
Creates a
ColumnCountException . |
Modifier and Type | Method and Description |
---|---|
java.util.List |
getValues()
Returns the list of values that were being converted.
|
getDataModel
public ColumnCountException(DataModel dataModel, java.util.List values)
ColumnCountException
.values
- the data valuesdataModel
- the DataModelpublic ColumnCountException(java.lang.String message, DataModel dataModel, java.util.List values)
ColumnCountException
.message
- the error messagevalues
- the data valuesdataModel
- the DataModelCopyright © 2014 Integral Solutions Ltd. All Rights Reserved.