Enum Constant and Description |
---|
domainHasNullCurrencyValue |
unrecognizedCommandLineArg |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMsg()
get error message of error
|
static java.lang.RuntimeException |
toss(BootError error,
java.lang.Object... args)
this is the constructor for throwing an error
|
ErrInt<BootError>[] |
vals() |
static BootError |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BootError[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BootError domainHasNullCurrencyValue
public static final BootError unrecognizedCommandLineArg
public static BootError[] values()
for (BootError c : BootError.values()) System.out.println(c);
public static BootError 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 nullpublic java.lang.String getMsg()
public static java.lang.RuntimeException toss(BootError error, java.lang.Object... args)
error
- -- which errorargs
- -- arguments of error message