|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ibm.ims.normalize.msgs.NormalizeErrorMsgs
public class NormalizeErrorMsgs
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 |
---|
public static final java.lang.String NO_PROP_FILE
public static final java.lang.String ID_MAPPING_PROVIDER_LOADING_ERROR
public static final java.lang.String INVALID_PROPERTY_VALUE
public static final java.lang.String NORMALIZE_ERROR_MSG_BUNDLE
Method Detail |
---|
public static java.util.ResourceBundle getServerBundle()
public static java.lang.String getServerMessage(java.lang.String messageKey, java.lang.Object[] arguments)
messageKey
- The message key to find the message String.arguments
- The input arguments for the message String.
public static java.lang.String getServerMessage(java.lang.String messageKey)
messageKey
- The message key to find the message String.
public static java.lang.String getServerMessage(java.lang.String messageKey, java.lang.String arg1)
messageKey
- The message key to find the message String.arg1
- The first input argument for the message String.
public static java.lang.String getServerMessage(java.lang.String messageKey, java.lang.String arg1, java.lang.String arg2)
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.
public static java.lang.String getServerMessage(java.lang.String messageKey, java.lang.String arg1, java.lang.String arg2, java.lang.String arg3)
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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |