public static class MessageFormatter.FormattingTuple
extends java.lang.Object
MessageFormatter
.Modifier and Type | Field and Description |
---|---|
static MessageFormatter.FormattingTuple |
NULL |
Constructor and Description |
---|
FormattingTuple(java.lang.String formattedMessage) |
FormattingTuple(java.lang.String formattedMessage,
java.lang.Object[] argArray,
java.lang.Throwable throwable) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object[] |
getArgArray() |
java.lang.String |
getFormattedMessage() |
java.lang.Throwable |
getThrowable() |
public static MessageFormatter.FormattingTuple NULL