public interface MessageFormatter
Messages, used to format messages for a specific localized message
key.| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
format(java.lang.Object... args)
Formats the message.
|
java.lang.String format(java.lang.Object... args)
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).args - ${project.version} - Copyright © 2003-2015 The Apache Software Foundation.