public static enum SyntheticBridgeException.Problem extends java.lang.Enum<SyntheticBridgeException.Problem>
| Enum Constant and Description |
|---|
BAD_CAST |
BAD_INSN |
BAD_INVOKE_DESC |
BAD_INVOKE_NAME |
BAD_LENGTH |
BAD_LOAD |
| Modifier and Type | Method and Description |
|---|---|
static SyntheticBridgeException.Problem |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SyntheticBridgeException.Problem[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SyntheticBridgeException.Problem BAD_INSN
public static final SyntheticBridgeException.Problem BAD_LOAD
public static final SyntheticBridgeException.Problem BAD_CAST
public static final SyntheticBridgeException.Problem BAD_INVOKE_NAME
public static final SyntheticBridgeException.Problem BAD_INVOKE_DESC
public static final SyntheticBridgeException.Problem BAD_LENGTH
public static SyntheticBridgeException.Problem[] values()
for (SyntheticBridgeException.Problem c : SyntheticBridgeException.Problem.values()) System.out.println(c);
public static SyntheticBridgeException.Problem valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null