MCPcopy Index your code
hub / github.com/google/guice / addError

Method addError

core/src/com/google/inject/PrivateModule.java:178–180  ·  view source on GitHub ↗

@see Binder#addError(String, Object[])

(String message, Object... arguments)

Source from the content-addressed store, hash-verified

176
177 /** @see Binder#addError(String, Object[]) */
178 protected final void addError(String message, Object... arguments) {
179 binder().addError(message, arguments);
180 }
181
182 /** @see Binder#addError(Throwable) */
183 protected final void addError(Throwable t) {

Callers

nothing calls this directly

Calls 2

binderMethod · 0.95
addErrorMethod · 0.65

Tested by

no test coverage detected