public static enum JRebirthThreadException.Type extends Enum<JRebirthThreadException.Type>
| Enum Constant and Description |
|---|
NOT_RUN_INTO_JAT
The related code must be run into JAT.
|
NOT_RUN_INTO_JIT
The related code must be run into JIT.
|
NOT_RUN_INTO_JTP
The related code must be run into JTP.
|
| Modifier and Type | Method and Description |
|---|---|
static JRebirthThreadException.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JRebirthThreadException.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JRebirthThreadException.Type NOT_RUN_INTO_JAT
public static final JRebirthThreadException.Type NOT_RUN_INTO_JIT
public static final JRebirthThreadException.Type NOT_RUN_INTO_JTP
public static JRebirthThreadException.Type[] values()
for (JRebirthThreadException.Type c : JRebirthThreadException.Type.values()) System.out.println(c);
public static JRebirthThreadException.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 © 2011–2015 JRebirth OSS. All rights reserved.