Oracle Fusion Middleware extensions for Seed Data Framework
11g Release 1 (11.1.2)

E22564-02

oracle.apps.fnd.applseed.rt.extract.exception
Enum SDExceptionStatus

java.lang.Object
  extended by java.lang.Enum<SDExceptionStatus>
      extended by oracle.apps.fnd.applseed.rt.extract.exception.SDExceptionStatus
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<SDExceptionStatus>

public enum SDExceptionStatus
extends java.lang.Enum<SDExceptionStatus>

This Enum class tracks exception status. Critical Error - severe exception, all processing should stop Recoverable Error - exception triggered error, stop current processing, stop current processing, but continue to process next iteration, ie file Warning Message - exception triggered a warning message, continue current processing.


Enum Constant Summary
CRITICAL
           
RECOVERABLE
           
WARNING
           
 
Method Summary
 java.lang.String toString()
          Return display string name representation of current type.
static SDExceptionStatus valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SDExceptionStatus[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

CRITICAL

public static final SDExceptionStatus CRITICAL

RECOVERABLE

public static final SDExceptionStatus RECOVERABLE

WARNING

public static final SDExceptionStatus WARNING
Method Detail

values

public static SDExceptionStatus[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (SDExceptionStatus c : SDExceptionStatus.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static SDExceptionStatus valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null

toString

public java.lang.String toString()
Return display string name representation of current type.

Overrides:
toString in class java.lang.Enum<SDExceptionStatus>
Returns:

Oracle Fusion Middleware extensions for Seed Data Framework
11g Release 1 (11.1.2)

E22564-02

Copyright © 2011 Oracle. All Rights Reserved.