public static enum ERQSUtilities.COJobInstanciationException.ErrorType extends Enum<ERQSUtilities.COJobInstanciationException.ErrorType>
Enum Constant and Description |
---|
CLASS_NOT_FOUND |
CONSTRUCTOR_ERROR |
INSTANCE_ERROR |
Modifier and Type | Method and Description |
---|---|
static ERQSUtilities.COJobInstanciationException.ErrorType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ERQSUtilities.COJobInstanciationException.ErrorType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ERQSUtilities.COJobInstanciationException.ErrorType CLASS_NOT_FOUND
public static final ERQSUtilities.COJobInstanciationException.ErrorType CONSTRUCTOR_ERROR
public static final ERQSUtilities.COJobInstanciationException.ErrorType INSTANCE_ERROR
public static ERQSUtilities.COJobInstanciationException.ErrorType[] values()
for (ERQSUtilities.COJobInstanciationException.ErrorType c : ERQSUtilities.COJobInstanciationException.ErrorType.values()) System.out.println(c);
public static ERQSUtilities.COJobInstanciationException.ErrorType 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 © 2002 – 2024 Project Wonder.