Package | Description |
---|---|
M4Utilities |
Modifier and Type | Method and Description |
---|---|
static Error |
Error.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Error[] |
Error.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 |
Error.toss(Error error,
java.lang.Object... args)
this is the constructor for throwing an error
|