MCPcopy Create free account
hub / github.com/google/guice / formatDetail

Method formatDetail

core/src/com/google/inject/spi/ErrorDetail.java:85–85  ·  view source on GitHub ↗

Formats the detail of this error message along with other errors that are mergeable with this error. This is called from #format. mergeableErrors is a list that contains all other errors that are reported in the same exception that are considered to be mergable with this error ba

(List<ErrorDetail<?>> mergeableErrors, Formatter formatter)

Source from the content-addressed store, hash-verified

83 * @param formatter for printing the error message
84 */
85 protected abstract void formatDetail(List<ErrorDetail<?>> mergeableErrors, Formatter formatter);
86
87 /**
88 * Returns an optional link to additional documentation about this error to be included in the

Callers 1

formatMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected