Access | Constructor and Description |
---|---|
public |
Modifier and Type | Method and Description |
---|---|
public static String | Returns: the formatted message.The locale of the message. locale, String The message key. key, Object[] The message replacement text arguments. The order
of the arguments must match that of the placeholders
in the actual message. arguments)Formats a message with the specified arguments using the given locale information. |
SAXMessageFormatter | back to summary |
---|---|
public SAXMessageFormatter() |
formatMessage | back to summary |
---|---|
public static String formatMessage(Locale locale, String key, Object[] arguments) throws MissingResourceException Formats a message with the specified arguments using the given locale information.
|