Home
last modified time | relevance | path

Searched refs:errorInjectingMethod (Results 1 – 2 of 2) sorted by relevance

/external/guice/core/src/com/google/inject/internal/
DSingleMethodInjector.java90 throw InternalProvisionException.errorInjectingMethod(cause).addSource(injectionPoint);
DInternalProvisionException.java109 public static InternalProvisionException errorInjectingMethod(Throwable cause) { in errorInjectingMethod() method in InternalProvisionException