public class FormattingTuple
extends java.lang.Object
MessageFormatter.| Modifier and Type | Field | Description |
|---|---|---|
static FormattingTuple |
NULL |
| Constructor | Description |
|---|---|
FormattingTuple(java.lang.String message) |
|
FormattingTuple(java.lang.String message,
java.lang.Object[] argArray,
java.lang.Throwable throwable) |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.Object[] |
getArgArray() |
|
java.lang.String |
getMessage() |
|
java.lang.Throwable |
getThrowable() |
public static FormattingTuple NULL
Copyright © 2020. All Rights Reserved.