com.ibm.ims.normalize.msgs
Class NormalizeErrorMsgs

java.lang.Object
  extended by com.ibm.ims.normalize.msgs.NormalizeErrorMsgs

public class NormalizeErrorMsgs
extends java.lang.Object

Normalize Error Messages


Field Summary
static java.lang.String ID_MAPPING_PROVIDER_LOADING_ERROR
           
static java.lang.String INVALID_PROPERTY_VALUE
           
static java.lang.String NO_PROP_FILE
           
static java.lang.String NORMALIZE_ERROR_MSG_BUNDLE
          Resource Bundle
 
Method Summary
static java.util.ResourceBundle getServerBundle()
          Returns the ResourceBundle for NORMALIZE Error Messages
static java.lang.String getServerMessage(java.lang.String messageKey)
          Returns the error message.
static java.lang.String getServerMessage(java.lang.String messageKey, java.lang.Object[] arguments)
          Returns the error message formatted with the input arguments.
static java.lang.String getServerMessage(java.lang.String messageKey, java.lang.String arg1)
          Returns the error message formatted with the input arguments.
static java.lang.String getServerMessage(java.lang.String messageKey, java.lang.String arg1, java.lang.String arg2)
          Returns the error message formatted with the input arguments.
static java.lang.String getServerMessage(java.lang.String messageKey, java.lang.String arg1, java.lang.String arg2, java.lang.String arg3)
          Returns the error message formatted with the input arguments.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NO_PROP_FILE

public static final java.lang.String NO_PROP_FILE
See Also:
Constant Field Values

ID_MAPPING_PROVIDER_LOADING_ERROR

public static final java.lang.String ID_MAPPING_PROVIDER_LOADING_ERROR
See Also:
Constant Field Values

INVALID_PROPERTY_VALUE

public static final java.lang.String INVALID_PROPERTY_VALUE
See Also:
Constant Field Values

NORMALIZE_ERROR_MSG_BUNDLE

public static final java.lang.String NORMALIZE_ERROR_MSG_BUNDLE
Resource Bundle

Method Detail

getServerBundle

public static java.util.ResourceBundle getServerBundle()
Returns the ResourceBundle for NORMALIZE Error Messages

Returns:
Returns the ResourceBundle for NORMALIZE Error Messages

getServerMessage

public static java.lang.String getServerMessage(java.lang.String messageKey,
                                                java.lang.Object[] arguments)
Returns the error message formatted with the input arguments.

Parameters:
messageKey - The message key to find the message String.
arguments - The input arguments for the message String.
Returns:
Returns the message formatted with the input arguments.

getServerMessage

public static java.lang.String getServerMessage(java.lang.String messageKey)
Returns the error message.

Parameters:
messageKey - The message key to find the message String.
Returns:
Returns the error message.

getServerMessage

public static java.lang.String getServerMessage(java.lang.String messageKey,
                                                java.lang.String arg1)
Returns the error message formatted with the input arguments.

Parameters:
messageKey - The message key to find the message String.
arg1 - The first input argument for the message String.
Returns:
Returns the message formatted with the input arguments.

getServerMessage

public static java.lang.String getServerMessage(java.lang.String messageKey,
                                                java.lang.String arg1,
                                                java.lang.String arg2)
Returns the error message formatted with the input arguments.

Parameters:
messageKey - The message key to find the message String.
arg1 - The first input argument for the message String.
arg2 - The second input argument for the message String.
Returns:
Returns the message formatted with the input arguments.

getServerMessage

public static java.lang.String getServerMessage(java.lang.String messageKey,
                                                java.lang.String arg1,
                                                java.lang.String arg2,
                                                java.lang.String arg3)
Returns the error message formatted with the input arguments.

Parameters:
messageKey - The message key to find the message String.
arg1 - The first input argument for the message String.
arg2 - The second input argument for the message String.
arg3 - The third input argument for the message String.
Returns:
Returns the message formatted with the input arguments.