Package | Description |
---|---|
Exceptions |
Provides exceptions that are common across the package.
|
Modifier and Type | Method and Description |
---|---|
static GeneralException.Debug |
GeneralException.Debug.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GeneralException.Debug[] |
GeneralException.Debug.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static void |
GeneralException.setDebug(GeneralException.Debug i)
Set debug level
|