|
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 | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Object
java.lang.Enum<OdiLoadPlanStep.ExceptionBehavior>
oracle.odi.domain.runtime.loadplan.OdiLoadPlanStep.ExceptionBehavior
public static enum OdiLoadPlanStep.ExceptionBehavior
Behavior in case the OdiLoadPlanStep execution throws an exception.
OdiLoadPlanStep.#getExceptionBehavior(), OdiLoadPlanStep.#setExceptionBehavior(ExceptionBehavior)| Enum Constant Summary | |
|---|---|
RUN_EXCEPTION_AND_IGNORE_ERRORRuns the Exception Step defined in the On Exception property and ignores it. |
|
RUN_EXCEPTION_AND_RAISE_ERRORRuns the Exception Step defined in the On Exception property and raises the exception to its parent. |
|
| Method Summary | |
|---|---|
static OdiLoadPlanStep.ExceptionBehavior |
valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. |
static OdiLoadPlanStep.ExceptionBehavior[] |
values()Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final OdiLoadPlanStep.ExceptionBehavior RUN_EXCEPTION_AND_IGNORE_ERROR
public static final OdiLoadPlanStep.ExceptionBehavior RUN_EXCEPTION_AND_RAISE_ERROR
| Method Detail |
|---|
public static OdiLoadPlanStep.ExceptionBehavior[] values()
for (OdiLoadPlanStep.ExceptionBehavior c : OdiLoadPlanStep.ExceptionBehavior.values())
System.out.println(c);
public static OdiLoadPlanStep.ExceptionBehavior valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null
|
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 | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||