public static enum ExceptionConst.EXCS extends Enum<ExceptionConst.EXCS>
ExceptionConst.createExceptions(EXCS, Class...)
Enum Constant and Description |
---|
EXCS_ARRAY_EXCEPTION |
EXCS_CLASS_AND_INTERFACE_RESOLUTION |
EXCS_FIELD_AND_METHOD_RESOLUTION |
EXCS_INTERFACE_METHOD_RESOLUTION |
EXCS_STRING_RESOLUTION |
Modifier and Type | Method and Description |
---|---|
static ExceptionConst.EXCS |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExceptionConst.EXCS[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExceptionConst.EXCS EXCS_CLASS_AND_INTERFACE_RESOLUTION
public static final ExceptionConst.EXCS EXCS_FIELD_AND_METHOD_RESOLUTION
public static final ExceptionConst.EXCS EXCS_INTERFACE_METHOD_RESOLUTION
public static final ExceptionConst.EXCS EXCS_STRING_RESOLUTION
public static final ExceptionConst.EXCS EXCS_ARRAY_EXCEPTION
public static ExceptionConst.EXCS[] values()
for (ExceptionConst.EXCS c : ExceptionConst.EXCS.values()) System.out.println(c);
public static ExceptionConst.EXCS 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 © 2004–2019 The Apache Software Foundation. All rights reserved.