|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<AbapClassException.Mode>
com.sap.conn.jco.AbapClassException.Mode
public static enum AbapClassException.Mode
The Mode enumeration describes how class exceptions should be handled by a server system.
Enum Constant Summary | |
---|---|
EXCEPTION_CHAIN
only the exception chain and simple types are included in the serialized instance. |
|
FULL
the complete available object graph is serialized. |
|
OFF
Class exceptions are turned off. |
Method Summary | |
---|---|
static AbapClassException.Mode |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static AbapClassException.Mode[] |
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, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final AbapClassException.Mode OFF
public static final AbapClassException.Mode FULL
public static final AbapClassException.Mode EXCEPTION_CHAIN
Method Detail |
---|
public static AbapClassException.Mode[] values()
for (AbapClassException.Mode c : AbapClassException.Mode.values()) System.out.println(c);
public static AbapClassException.Mode valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |