public class SAXMessageFormatter extends Object
Constructor and Description |
---|
SAXMessageFormatter() |
Modifier and Type | Method and Description |
---|---|
static String |
formatMessage(Locale locale,
String key,
Object[] arguments)
Formats a message with the specified arguments using the given
locale information.
|
public static String formatMessage(Locale locale, String key, Object[] arguments) throws MissingResourceException
locale
- The locale of the message.key
- The message key.arguments
- The message replacement text arguments. The order
of the arguments must match that of the placeholders
in the actual message.MissingResourceException
- Thrown if the message with the
specified key cannot be found.Copyright © 2016 JBoss by Red Hat. All rights reserved.