Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.3.0)

E17060-01

oracle.odi.domain.relational
Class ColumnNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by oracle.odi.core.exception.OdiException
              extended by oracle.odi.domain.OdiDomainException
                  extended by oracle.odi.domain.relational.ColumnNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class ColumnNotFoundException
extends OdiDomainException

Thrown to indicate a column was not found for a given data store. Created on 21 dec. 07

Since:
11.1.1.3.0
See Also:
Serialized Form

Constructor Summary
ColumnNotFoundException(java.lang.String pColumnName, IDataStore<?,?> pDataStore)
          Construct a new ColumnNotFoundException.
 
Method Summary
 java.lang.String getColumnName()
          Obtains the column name.
 IDataStore<?,?> getDataStore()
          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

ColumnNotFoundException

public ColumnNotFoundException(java.lang.String pColumnName,
                               IDataStore<?,?> pDataStore)
Construct a new ColumnNotFoundException.

Parameters:
pColumnName - the name of the column
pDataStore - the data store
Method Detail

getColumnName

public java.lang.String getColumnName()
Obtains the column name.

Returns:
column name

getDataStore

public IDataStore<?,?> getDataStore()
Obtains the data store.

Returns:
the data store

Oracle® Data Integrator Java API Reference
11g Release 1 (11.1.1.3.0)

E17060-01

Copyright © 2010, Oracle and/or its affiliates. All rights reserved.