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

Method addError

core/src/com/google/inject/AbstractModule.java:110–112  ·  view source on GitHub ↗

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

(String message, Object... arguments)

Source from the content-addressed store, hash-verified

108
109 /** @see Binder#addError(String, Object[]) */
110 protected void addError(String message, Object... arguments) {
111 binder().addError(message, arguments);
112 }
113
114 /** @see Binder#addError(Throwable) */
115 protected void addError(Throwable t) {

Callers

nothing calls this directly

Calls 2

binderMethod · 0.95
addErrorMethod · 0.65

Tested by

no test coverage detected