Class MessageFormatterImpl
java.lang.Object
org.apache.tapestry5.commons.internal.util.MessageFormatterImpl
- All Implemented Interfaces:
MessageFormatter
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
MessageFormatterImpl
-
-
Method Details
-
format
Description copied from interface:MessageFormatter
Formats the message. The arguments are passed toFormatter
as is with one exception: Object of typeThrowable
are converted to theirThrowable.getMessage()
(or, if that is null, to the name of the class).- Specified by:
format
in interfaceMessageFormatter
- Returns:
- formatted string
-
toString
Returns the underlying format string for this formatter.
-