|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectraccoon.api.errors.ErrorMsgs
public final class ErrorMsgs
Contains the predefined error messages for the Raccoon Framework.
| 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 |
|---|
public static final java.lang.String MSG_COMPONENT_INITIALISED_CHANGE
public static final java.lang.String MSG_NAMED_COMPONENT_INITIALISED_CHANGE
public static final java.lang.String MSG_COMPONENT_NOT_INITIALISABLE
public static final java.lang.String MSG_COMPONENT_NOT_CONFIGURABLE
public static final java.lang.String MSG_COMPONENT_NOT_LOGGABLE
public static final java.lang.String MSG_COMPONENT_INITIALISED
public static final java.lang.String MSG_COMPONENT_NOT_INITIALISED
public static final java.lang.String MSG_COMPONENT_NOT_DEFINED
public static final java.lang.String MSG_COMPONENT_IN_ERROR
public static final java.lang.String MSG_RESOURCE_NOT_FOUND
public static final java.lang.String MSG_NAMED_RESOURCE_NOT_FOUND
public static final java.lang.String MSG_RESOURCE_NOT_ASSIGNED
public static final java.lang.String MSG_SPECIFIED_RESOURCE_NOT_ASSIGNED
public static final java.lang.String MSG_REQUIRED_RESOURCE_NOT_ASSIGNED
public static final java.lang.String MSG_INVALID_RESOURCE
public static final java.lang.String MSG_NULL_PARAM
public static final java.lang.String MSG_ALREADY_ASSIGNED_RESOURCE
public static final java.lang.String MSG_INVALID_PARAMETER
| Constructor Detail |
|---|
public ErrorMsgs()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||