Enum AbapClassException.Mode

java.lang.Object
java.lang.Enum<AbapClassException.Mode>
com.sap.conn.jco.AbapClassException.Mode
All Implemented Interfaces:
Serializable, Comparable<AbapClassException.Mode>, Constable
Enclosing class:
AbapClassException

public static enum AbapClassException.Mode extends Enum<AbapClassException.Mode>
The Mode enumeration describes how class exceptions should be handled by a server system.
  • Enum Constant Details

    • OFF

      public static final AbapClassException.Mode OFF
      Class exceptions are turned off.
    • FULL

      public static final AbapClassException.Mode FULL
      the complete available object graph is serialized.
    • EXCEPTION_CHAIN

      public static final AbapClassException.Mode EXCEPTION_CHAIN
      only the exception chain and simple types are included in the serialized instance.
  • Method Details

    • values

      public static AbapClassException.Mode[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static AbapClassException.Mode valueOf(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:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null