@Deprecated public class ColumnNotFoundException extends OdiDomainException
| Constructor and Description | 
|---|
ColumnNotFoundException(java.lang.String pColumnName,
                       IDataStore pDataStore)
Deprecated.  
Construct a new  
ColumnNotFoundException. | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getColumnName()
Deprecated.  
Obtains the column name. 
 | 
IDataStore | 
getDataStore()
Deprecated.  
Obtains the data store. 
 | 
public ColumnNotFoundException(java.lang.String pColumnName,
                               IDataStore pDataStore)
ColumnNotFoundException.pColumnName - the name of the columnpDataStore - the data storepublic java.lang.String getColumnName()
public IDataStore getDataStore()