com.sun.org.apache.xerces.internal.impl.XMLErrorReporter
Modifier and Type | Method and Description |
---|---|
public String | Returns: 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. |
formatMessage | back to summary |
---|---|
public String formatMessage(Locale locale, String key, Object[] arguments) throws MissingResourceException Formats a message with the specified arguments using the given locale information.
|