public class UnknownColumnException extends DataModelException
UnknownColumnException is thrown when a column name is used that does not
exist in the data model.
No message string is set for this exception.
| Constructor and Description |
|---|
UnknownColumnException(DataModel dataModel,
java.lang.String columnName)
Deprecated.
|
UnknownColumnException(java.lang.String message,
DataModel dataModel,
java.lang.String columnName)
Creates an
UnknownColumnException. |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getColumnName()
Returns the name of the unknown column.
|
getDataModelpublic UnknownColumnException(DataModel dataModel, java.lang.String columnName)
UnknownColumnException.dataModel - the DataModelcolumnName - the unknown column namepublic UnknownColumnException(java.lang.String message,
DataModel dataModel,
java.lang.String columnName)
UnknownColumnException.message - the error messagedataModel - the DataModelcolumnName - the unknown column nameCopyright © 2014 Integral Solutions Ltd. All Rights Reserved.