final class FormattingTuple
extends java.lang.Object
MessageFormatter
.Modifier and Type | Field and Description |
---|---|
private java.lang.String |
message |
private java.lang.Throwable |
throwable |
Constructor and Description |
---|
FormattingTuple(java.lang.String message,
java.lang.Throwable throwable) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getMessage() |
java.lang.Throwable |
getThrowable() |