Skip navigation links

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

E17060-04


Uses of Class
oracle.odi.domain.runtime.loadplan.OdiLoadPlanException

Packages that use OdiLoadPlanException
oracle.odi.domain.runtime.loadplan   

 

Uses of OdiLoadPlanException in oracle.odi.domain.runtime.loadplan

 

Methods in oracle.odi.domain.runtime.loadplan that return OdiLoadPlanException
 OdiLoadPlanException OdiLoadPlan.addException(java.lang.String pName)
          Creates an OdiLoadPlanException and adds it to the list of OdiLoadPlanException available for this OdiLoadPlan.
 OdiLoadPlanException OdiLoadPlanException.duplicate()
           
 OdiLoadPlanException OdiLoadPlanStep.getException()
          Returns the exception step defined within this load plan to be executed in case this step is in Error.
In case the step is defined in the step hierarchy of an exception, this method will throw an UnsupportedOperationException

 

Methods in oracle.odi.domain.runtime.loadplan that return types with arguments of type OdiLoadPlanException
 java.util.Collection<OdiLoadPlanException> OdiLoadPlan.getExceptions()
           

 

Methods in oracle.odi.domain.runtime.loadplan with parameters of type OdiLoadPlanException
 void OdiLoadPlan.removeException(OdiLoadPlanException pLoadPlanStepException)
          Removes the given OdiLoadPlanException of the list of OdiLoadPlanException available for this OdiLoadPlan.
The OdiLoadPlanException must not be null and must have the same parent OdiLoadPlan.
 void OdiLoadPlanStep.setException(OdiLoadPlanException pException)
          Defines the exception step within this load plan that will be executed in case this step is in Error.
In case the step is defined in the step hierarchy of an exception, this method will throw an UnsupportedOperationException

 


Skip navigation links

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

E17060-04


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