public static enum AbstractProfiler.EXCEPTION_TYPE extends Enum<AbstractProfiler.EXCEPTION_TYPE>
Enum Constant and Description |
---|
ACCESS_PERMISSION |
ENCRYPTION |
RUNTIME |
UNSUPPORTED_VERSION |
Modifier and Type | Method and Description |
---|---|
static AbstractProfiler.EXCEPTION_TYPE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AbstractProfiler.EXCEPTION_TYPE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractProfiler.EXCEPTION_TYPE RUNTIME
public static final AbstractProfiler.EXCEPTION_TYPE ENCRYPTION
public static final AbstractProfiler.EXCEPTION_TYPE ACCESS_PERMISSION
public static final AbstractProfiler.EXCEPTION_TYPE UNSUPPORTED_VERSION
public static AbstractProfiler.EXCEPTION_TYPE[] values()
for (AbstractProfiler.EXCEPTION_TYPE c : AbstractProfiler.EXCEPTION_TYPE.values()) System.out.println(c);
public static AbstractProfiler.EXCEPTION_TYPE 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 nullCopyright © 2007–2022 The Apache Software Foundation. All rights reserved.