Package com.vmware.vipclient.i18n.common
Class ConstantsMsg
- java.lang.Object
-
- com.vmware.vipclient.i18n.common.ConstantsMsg
-
public class ConstantsMsg extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringCOMPONENT_CANNOT_EMPTYstatic StringEXCEPTION_OCCURstatic StringGET_COMPONENTS_FAILEDstatic StringGET_FALLBACK_MESSAGES_FAILEDstatic StringGET_LANGUAGES_FAILEDstatic StringGET_LANGUAGES_FAILED_ALLstatic StringGET_LOCALES_FAILEDstatic StringGET_MESSAGE_FAILEDstatic StringGET_MESSAGES_FAILEDstatic StringGET_MESSAGES_FAILED_ALLstatic StringGET_MULTI_VERSION_KEY_MESSAGES_FAILEDstatic StringGET_MULTI_VERSION_KEY_MESSAGES_FAILED_ALLstatic StringGET_PATTERNS_FAILEDstatic StringGET_PATTERNS_FAILED_1static StringGET_PATTERNS_FAILED_ALLstatic StringGET_PATTERNS_FAILED_ALL_1static StringGET_REGIONS_FAILEDstatic StringGET_REGIONS_FAILED_ALLstatic StringGET_VERSION_KEY_MESSAGE_FAILEDstatic StringLOCALE_IS_NULLstatic StringSERVER_CONTENT_ERRORstatic StringSERVER_RETURN_EMPTYstatic StringSERVER_RETURN_ERRORstatic StringUNKNOWN_ERRORstatic StringWRONG_PARAMETER
-
Constructor Summary
Constructors Constructor Description ConstantsMsg()
-
-
-
Field Detail
-
WRONG_PARAMETER
public static final String WRONG_PARAMETER
- See Also:
- Constant Field Values
-
LOCALE_IS_NULL
public static final String LOCALE_IS_NULL
- See Also:
- Constant Field Values
-
COMPONENT_CANNOT_EMPTY
public static final String COMPONENT_CANNOT_EMPTY
- See Also:
- Constant Field Values
-
EXCEPTION_OCCUR
public static final String EXCEPTION_OCCUR
- See Also:
- Constant Field Values
-
SERVER_RETURN_EMPTY
public static final String SERVER_RETURN_EMPTY
- See Also:
- Constant Field Values
-
SERVER_RETURN_ERROR
public static final String SERVER_RETURN_ERROR
- See Also:
- Constant Field Values
-
SERVER_CONTENT_ERROR
public static final String SERVER_CONTENT_ERROR
- See Also:
- Constant Field Values
-
UNKNOWN_ERROR
public static final String UNKNOWN_ERROR
- See Also:
- Constant Field Values
-
GET_LOCALES_FAILED
public static final String GET_LOCALES_FAILED
- See Also:
- Constant Field Values
-
GET_COMPONENTS_FAILED
public static final String GET_COMPONENTS_FAILED
- See Also:
- Constant Field Values
-
GET_MESSAGES_FAILED
public static final String GET_MESSAGES_FAILED
- See Also:
- Constant Field Values
-
GET_MESSAGES_FAILED_ALL
public static final String GET_MESSAGES_FAILED_ALL
- See Also:
- Constant Field Values
-
GET_FALLBACK_MESSAGES_FAILED
public static final String GET_FALLBACK_MESSAGES_FAILED
- See Also:
- Constant Field Values
-
GET_MESSAGE_FAILED
public static final String GET_MESSAGE_FAILED
- See Also:
- Constant Field Values
-
GET_MULTI_VERSION_KEY_MESSAGES_FAILED
public static final String GET_MULTI_VERSION_KEY_MESSAGES_FAILED
- See Also:
- Constant Field Values
-
GET_MULTI_VERSION_KEY_MESSAGES_FAILED_ALL
public static final String GET_MULTI_VERSION_KEY_MESSAGES_FAILED_ALL
- See Also:
- Constant Field Values
-
GET_VERSION_KEY_MESSAGE_FAILED
public static final String GET_VERSION_KEY_MESSAGE_FAILED
- See Also:
- Constant Field Values
-
GET_LANGUAGES_FAILED
public static final String GET_LANGUAGES_FAILED
- See Also:
- Constant Field Values
-
GET_LANGUAGES_FAILED_ALL
public static final String GET_LANGUAGES_FAILED_ALL
- See Also:
- Constant Field Values
-
GET_REGIONS_FAILED
public static final String GET_REGIONS_FAILED
- See Also:
- Constant Field Values
-
GET_REGIONS_FAILED_ALL
public static final String GET_REGIONS_FAILED_ALL
- See Also:
- Constant Field Values
-
GET_PATTERNS_FAILED
public static final String GET_PATTERNS_FAILED
- See Also:
- Constant Field Values
-
GET_PATTERNS_FAILED_ALL
public static final String GET_PATTERNS_FAILED_ALL
- See Also:
- Constant Field Values
-
GET_PATTERNS_FAILED_1
public static final String GET_PATTERNS_FAILED_1
- See Also:
- Constant Field Values
-
GET_PATTERNS_FAILED_ALL_1
public static final String GET_PATTERNS_FAILED_ALL_1
- See Also:
- Constant Field Values
-
-