public final class ExitCodes
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
BAD_ARGUMENTS |
static int |
BAD_COMMAND |
static int |
CLASS_LOOKUP |
static int |
DESTROY |
static int |
INITIALIZATION |
static int |
INSTANTIATION |
static int |
INVOCATION |
static int |
METHOD_LOOKUP |
static int |
PROPLOAD |
static int |
START |
static int |
STOP |
static int |
UNKNOWN |
static int |
VERIFICATION |
| Modifier | Constructor and Description |
|---|---|
private |
ExitCodes()
Ensures no construction of this class, also ensures there is no need for final keyword above
(Implicit super constructor is not visible for default constructor),
but is still self documenting.
|
public static final int CLASS_LOOKUP
public static final int INSTANTIATION
public static final int METHOD_LOOKUP
public static final int INITIALIZATION
public static final int START
public static final int STOP
public static final int PROPLOAD
public static final int VERIFICATION
public static final int DESTROY
public static final int BAD_ARGUMENTS
public static final int BAD_COMMAND
public static final int UNKNOWN
public static final int INVOCATION