raccoon.api.errors
Class ErrorCodes

java.lang.Object
  extended by raccoon.api.errors.ErrorCodes

public final class ErrorCodes
extends java.lang.Object

Contains the error codes for the Raccoon Framework.

Since:
Raccoon v0.8
Version:
$Id: ErrorCodes.java,v 1.1 2004/08/08 20:25:57 crouvrais Exp $
Author:
Cedric ROUVRAIS

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

UNDEFINED_ERROR

public static final int UNDEFINED_ERROR
No specific error defined.

See Also:
Constant Field Values

COMPONENT_INITIALISED

public static final int COMPONENT_INITIALISED
The component is already initialised and can't be re-configured: the component has to be stopped first.

See Also:
Constant Field Values

COMPONENT_NOT_INITIALISED

public static final int COMPONENT_NOT_INITIALISED
The component isn't initialised.

See Also:
Constant Field Values

COMPONENT_IN_ERROR

public static final int COMPONENT_IN_ERROR
The component is in error: call clear and reload/refresh.

See Also:
Constant Field Values

PARAMETER_BAD_VALUE

public static final int PARAMETER_BAD_VALUE
The parameter is invalid or the value is incorrect.

See Also:
Constant Field Values

RESOURCE_NOT_FOUND

public static final int RESOURCE_NOT_FOUND
The specified ressource couldn't be found.

See Also:
Constant Field Values

RESOURCE_INVALID

public static final int RESOURCE_INVALID
The specified ressource is invalid for some reason.

See Also:
Constant Field Values

RESOURCE_ALREADY_ASSIGNED

public static final int RESOURCE_ALREADY_ASSIGNED
The specified ressource is already assigned and can't be modified for some reason.

See Also:
Constant Field Values

RESOURCE_NOT_ASSIGNED

public static final int RESOURCE_NOT_ASSIGNED
The specified ressource isn't assigned and although it should for some reason.

See Also:
Constant Field Values

RESOURCE_FORMAT_INVALID

public static final int RESOURCE_FORMAT_INVALID
The format of the specified ressource is invalid for some reason.

See Also:
Constant Field Values

COMPONENT_NOT_INITIALISABLE

public static final int COMPONENT_NOT_INITIALISABLE
This component isn't initialisable.

See Also:
Constant Field Values

COMPONENT_NOT_CONFIGURABLE

public static final int COMPONENT_NOT_CONFIGURABLE
This component isn't configurable.

See Also:
Constant Field Values

COMPONENT_NOT_LOGGABLE

public static final int COMPONENT_NOT_LOGGABLE
This component isn't loggable.

See Also:
Constant Field Values
Constructor Detail

ErrorCodes

public ErrorCodes()


Copyright null null. All Rights Reserved.