Package | Description |
---|---|
Boot.MDELite |
Modifier and Type | Method and Description |
---|---|
static BootError |
BootError.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BootError[] |
BootError.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.RuntimeException |
BootError.toss(BootError error,
java.lang.Object... args)
this is the constructor for throwing an error
|