raccoon.api.errors
Class ErrorMsgs

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

public final class ErrorMsgs
extends java.lang.Object

Contains the predefined error messages for the Raccoon Framework.

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

Field Summary
static java.lang.String MSG_ALREADY_ASSIGNED_RESOURCE
          The specified ressource is already and can't be modified for some reason message.
static java.lang.String MSG_COMPONENT_IN_ERROR
          The error message indicating that this component is in an error state.
static java.lang.String MSG_COMPONENT_INITIALISED
          Error message indicating that the component is already actif.
static java.lang.String MSG_COMPONENT_INITIALISED_CHANGE
          Error message indicating that the component is already actif and that it can't be reconfigured dynamically.
static java.lang.String MSG_COMPONENT_NOT_CONFIGURABLE
          The error message indicating that this component isn't configurable.
static java.lang.String MSG_COMPONENT_NOT_DEFINED
          Error message indicating that the component isn't available in this configuration.
static java.lang.String MSG_COMPONENT_NOT_INITIALISABLE
          The error message indicating that this component isn't initialisable.
static java.lang.String MSG_COMPONENT_NOT_INITIALISED
          Error message indicating that the component is already inactif.
static java.lang.String MSG_COMPONENT_NOT_LOGGABLE
          The error message indicating that this component isn't loggable.
static java.lang.String MSG_INVALID_PARAMETER
          A simple invalid parameter error.
static java.lang.String MSG_INVALID_RESOURCE
          The specified ressource is invalid for some reason error message.
static java.lang.String MSG_NAMED_COMPONENT_INITIALISED_CHANGE
          Error message indicating that the component is already actif and that it can't be reconfigured dynamically.
static java.lang.String MSG_NAMED_RESOURCE_NOT_FOUND
          Unable to load the specified resource message.
static java.lang.String MSG_NULL_PARAM
          The provided parameter is null.
static java.lang.String MSG_REQUIRED_RESOURCE_NOT_ASSIGNED
          Explicit Resource not assigned to this component error message (method invocation).
static java.lang.String MSG_RESOURCE_NOT_ASSIGNED
          Resource not assigned to this component error message.
static java.lang.String MSG_RESOURCE_NOT_FOUND
          Unable to find resource error message.
static java.lang.String MSG_SPECIFIED_RESOURCE_NOT_ASSIGNED
          Explicit Resource not assigned to this component error message.
 
Constructor Summary
ErrorMsgs()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

MSG_COMPONENT_INITIALISED_CHANGE

public static final java.lang.String MSG_COMPONENT_INITIALISED_CHANGE
Error message indicating that the component is already actif and that it can't be reconfigured dynamically.

See Also:
Constant Field Values

MSG_NAMED_COMPONENT_INITIALISED_CHANGE

public static final java.lang.String MSG_NAMED_COMPONENT_INITIALISED_CHANGE
Error message indicating that the component is already actif and that it can't be reconfigured dynamically.

See Also:
Constant Field Values

MSG_COMPONENT_NOT_INITIALISABLE

public static final java.lang.String MSG_COMPONENT_NOT_INITIALISABLE
The error message indicating that this component isn't initialisable.

See Also:
Constant Field Values

MSG_COMPONENT_NOT_CONFIGURABLE

public static final java.lang.String MSG_COMPONENT_NOT_CONFIGURABLE
The error message indicating that this component isn't configurable.

See Also:
Constant Field Values

MSG_COMPONENT_NOT_LOGGABLE

public static final java.lang.String MSG_COMPONENT_NOT_LOGGABLE
The error message indicating that this component isn't loggable.

See Also:
Constant Field Values

MSG_COMPONENT_INITIALISED

public static final java.lang.String MSG_COMPONENT_INITIALISED
Error message indicating that the component is already actif.

See Also:
Constant Field Values

MSG_COMPONENT_NOT_INITIALISED

public static final java.lang.String MSG_COMPONENT_NOT_INITIALISED
Error message indicating that the component is already inactif.

See Also:
Constant Field Values

MSG_COMPONENT_NOT_DEFINED

public static final java.lang.String MSG_COMPONENT_NOT_DEFINED
Error message indicating that the component isn't available in this configuration.

See Also:
Constant Field Values

MSG_COMPONENT_IN_ERROR

public static final java.lang.String MSG_COMPONENT_IN_ERROR
The error message indicating that this component is in an error state.

See Also:
Constant Field Values

MSG_RESOURCE_NOT_FOUND

public static final java.lang.String MSG_RESOURCE_NOT_FOUND
Unable to find resource error message.

See Also:
Constant Field Values

MSG_NAMED_RESOURCE_NOT_FOUND

public static final java.lang.String MSG_NAMED_RESOURCE_NOT_FOUND
Unable to load the specified resource message.

See Also:
Constant Field Values

MSG_RESOURCE_NOT_ASSIGNED

public static final java.lang.String MSG_RESOURCE_NOT_ASSIGNED
Resource not assigned to this component error message.

See Also:
Constant Field Values

MSG_SPECIFIED_RESOURCE_NOT_ASSIGNED

public static final java.lang.String MSG_SPECIFIED_RESOURCE_NOT_ASSIGNED
Explicit Resource not assigned to this component error message.

See Also:
Constant Field Values

MSG_REQUIRED_RESOURCE_NOT_ASSIGNED

public static final java.lang.String MSG_REQUIRED_RESOURCE_NOT_ASSIGNED
Explicit Resource not assigned to this component error message (method invocation).

See Also:
Constant Field Values

MSG_INVALID_RESOURCE

public static final java.lang.String MSG_INVALID_RESOURCE
The specified ressource is invalid for some reason error message.

See Also:
Constant Field Values

MSG_NULL_PARAM

public static final java.lang.String MSG_NULL_PARAM
The provided parameter is null.

See Also:
Constant Field Values

MSG_ALREADY_ASSIGNED_RESOURCE

public static final java.lang.String MSG_ALREADY_ASSIGNED_RESOURCE
The specified ressource is already and can't be modified for some reason message.

See Also:
Constant Field Values

MSG_INVALID_PARAMETER

public static final java.lang.String MSG_INVALID_PARAMETER
A simple invalid parameter error.

See Also:
Constant Field Values
Constructor Detail

ErrorMsgs

public ErrorMsgs()


Copyright null null. All Rights Reserved.