| java.lang.Object org.apache.xerces.util.SAXMessageFormatter
SAXMessageFormatter | public class SAXMessageFormatter (Code) | | Used to format SAX error messages using a specified locale.
author: Michael Glavassevich, IBM version: $Id: SAXMessageFormatter.java 447241 2006-09-18 05:12:57Z mrglavas $ |
Method Summary | |
public static String | 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. |
formatMessage | public static String formatMessage(Locale locale, String key, Object[] arguments) throws MissingResourceException(Code) | | 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. the formatted message. throws: MissingResourceException - Thrown if the message with thespecified key cannot be found. |
|
|