|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectraccoon.api.errors.ErrorCodes
public final class ErrorCodes
Contains the error codes for the Raccoon Framework.
| Field Summary | |
|---|---|
static int |
COMPONENT_IN_ERROR
The component is in error: call clear and reload/refresh. |
static int |
COMPONENT_INITIALISED
The component is already initialised and can't be re-configured: the component has to be stopped first. |
static int |
COMPONENT_NOT_CONFIGURABLE
This component isn't configurable. |
static int |
COMPONENT_NOT_INITIALISABLE
This component isn't initialisable. |
static int |
COMPONENT_NOT_INITIALISED
The component isn't initialised. |
static int |
COMPONENT_NOT_LOGGABLE
This component isn't loggable. |
static int |
PARAMETER_BAD_VALUE
The parameter is invalid or the value is incorrect. |
static int |
RESOURCE_ALREADY_ASSIGNED
The specified ressource is already assigned and can't be modified for some reason. |
static int |
RESOURCE_FORMAT_INVALID
The format of the specified ressource is invalid for some reason. |
static int |
RESOURCE_INVALID
The specified ressource is invalid for some reason. |
static int |
RESOURCE_NOT_ASSIGNED
The specified ressource isn't assigned and although it should for some reason. |
static int |
RESOURCE_NOT_FOUND
The specified ressource couldn't be found. |
static int |
UNDEFINED_ERROR
No specific error defined. |
| Constructor Summary | |
|---|---|
ErrorCodes()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final int UNDEFINED_ERROR
public static final int COMPONENT_INITIALISED
public static final int COMPONENT_NOT_INITIALISED
public static final int COMPONENT_IN_ERROR
public static final int PARAMETER_BAD_VALUE
public static final int RESOURCE_NOT_FOUND
public static final int RESOURCE_INVALID
public static final int RESOURCE_ALREADY_ASSIGNED
public static final int RESOURCE_NOT_ASSIGNED
public static final int RESOURCE_FORMAT_INVALID
public static final int COMPONENT_NOT_INITIALISABLE
public static final int COMPONENT_NOT_CONFIGURABLE
public static final int COMPONENT_NOT_LOGGABLE
| Constructor Detail |
|---|
public ErrorCodes()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||