public class MessageFormatterImpl extends Object implements MessageFormatter
Constructor and Description |
---|
MessageFormatterImpl(String format,
Locale locale) |
public MessageFormatterImpl(String format, Locale locale)
public String format(Object... args)
MessageFormatter
Formatter
as is with one exception: Object of
type Throwable
are converted to their Throwable.getMessage()
(or, if that is null, to the name of
the class).format
in interface MessageFormatter
${project.version} - Copyright © 2003-2015 The Apache Software Foundation.