|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.7.0) E17060-04 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
java.lang.Throwable
java.lang.Exception
oracle.odi.core.exception.OdiException
oracle.odi.domain.OdiDomainException
oracle.odi.domain.relational.ColumnNotFoundException
Deprecated. with no replacement.
@Deprecated
public class ColumnNotFoundException
Thrown to indicate a column was not found for a given data store. Created on 21 dec. 07
| Constructor Summary | |
|---|---|
ColumnNotFoundException(java.lang.String pColumnName, IDataStore<?,?> pDataStore)Deprecated. Construct a new ColumnNotFoundException. |
|
| Method Summary | |
|---|---|
java.lang.String |
getColumnName()Deprecated. Obtains the column name. |
IDataStore<?,?> |
getDataStore()Deprecated. Obtains the data store. |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ColumnNotFoundException(java.lang.String pColumnName,
IDataStore<?,?> pDataStore)
ColumnNotFoundException.pColumnName - the name of the columnpDataStore - the data store| Method Detail |
|---|
public java.lang.String getColumnName()
public IDataStore<?,?> getDataStore()
|
Oracle® Data Integrator Java API Reference 11g Release 1 (11.1.1.7.0) E17060-04 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||