Home
last modified time | relevance | path

Searched refs:errorInProvider (Results 1 – 7 of 7) sorted by relevance

/external/guice/core/src/com/google/inject/internal/
DInternalFactoryToProviderAdapter.java45 throw InternalProvisionException.errorInProvider(userException).addSource(source); in get()
DInternalFactoryToInitializableAdapter.java59 throw InternalProvisionException.errorInProvider(userException).addSource(source); in provision()
DBoundProviderFactory.java79 throw InternalProvisionException.errorInProvider(userException); in provision()
DProvidedByInternalFactory.java95 throw InternalProvisionException.errorInProvider(e).addSource(source); in provision()
DInternalProviderInstanceBindingImpl.java191 throw InternalProvisionException.errorInProvider(t).addSource(getSource());
DInternalProvisionException.java105 public static InternalProvisionException errorInProvider(Throwable cause) { in errorInProvider() method in InternalProvisionException
DProviderMethod.java182 throw InternalProvisionException.errorInProvider(cause).addSource(getSource()); in doProvision()