This interface provides a generic message formatting mechanism and
is useful for producing messages that must be localed and/or formatted
with replacement text.
See Also:org.apache.xerces.impl.XMLErrorReporter author: Andy Clark version: $Id: MessageFormatter.java 447241 2006-09-18 05:12:57Z mrglavas $
formatMessage(Locale locale, String key, Object[] arguments) Formats a message with the specified arguments using the given
locale information.
Parameters: locale - The locale of the message. Parameters: key - The message key. Parameters: arguments - The message replacement text arguments.
Formats a message with the specified arguments using the given
locale information.
Parameters: locale - The locale of the message. Parameters: key - The message key. Parameters: arguments - The message replacement text arguments. The orderof the arguments must match that of the placeholdersin the actual message. Returns the formatted message. throws: MissingResourceException - Thrown if the message with thespecified key cannot be found.