final class ErrorFormatter
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
private |
ErrorFormatter() |
Modifier and Type | Method and Description |
---|---|
(package private) static void |
formatSources(int index,
java.util.List<java.lang.Object> sources,
java.util.Formatter formatter)
Format a list of sources to the given
formatter , prefixed by the give index . |
(package private) static void |
formatSources(java.util.List<java.lang.Object> sources,
java.util.Formatter formatter)
Format a list of sources to the given
formatter . |
static void formatSources(int index, java.util.List<java.lang.Object> sources, java.util.Formatter formatter)
formatter
, prefixed by the give index
.static void formatSources(java.util.List<java.lang.Object> sources, java.util.Formatter formatter)
formatter
.