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.
|
getDataModel
public 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 name(C) Copyright IBM Corp. 1994, 2015. All Rights Reserved.