Package com.google.inject.internal
Class ErrorFormatter
- java.lang.Object
-
- com.google.inject.internal.ErrorFormatter
-
final class ErrorFormatter extends java.lang.ObjectHelper for formatting Guice errors.
-
-
Constructor Summary
Constructors Modifier Constructor Description privateErrorFormatter()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description (package private) static voidformatSources(int index, java.util.List<java.lang.Object> sources, java.util.Formatter formatter)Format a list of sources to the givenformatter, prefixed by the giveindex.(package private) static voidformatSources(java.util.List<java.lang.Object> sources, java.util.Formatter formatter)Format a list of sources to the givenformatter.
-
-
-
Method Detail
-
formatSources
static void formatSources(int index, java.util.List<java.lang.Object> sources, java.util.Formatter formatter)Format a list of sources to the givenformatter, prefixed by the giveindex.
-
formatSources
static void formatSources(java.util.List<java.lang.Object> sources, java.util.Formatter formatter)Format a list of sources to the givenformatter.
-
-