public static enum JSContextOptions.UnhandledRejectionsTrackingMode extends Enum<JSContextOptions.UnhandledRejectionsTrackingMode>
Enum.EnumDesc<E extends Enum<E>>| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static JSContextOptions.UnhandledRejectionsTrackingMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JSContextOptions.UnhandledRejectionsTrackingMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, valueOfpublic static final JSContextOptions.UnhandledRejectionsTrackingMode NONE
public static final JSContextOptions.UnhandledRejectionsTrackingMode WARN
public static final JSContextOptions.UnhandledRejectionsTrackingMode THROW
public static final JSContextOptions.UnhandledRejectionsTrackingMode HANDLER
public static JSContextOptions.UnhandledRejectionsTrackingMode[] values()
public static JSContextOptions.UnhandledRejectionsTrackingMode valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String toString()
toString in class Enum<JSContextOptions.UnhandledRejectionsTrackingMode>