Home
last modified time | relevance | path

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

/external/guice/core/src/com/google/inject/internal/
DInternalFactoryToProviderAdapter.java43 throw errors.withSource(source).errorInProvider(userException).toException(); in get()
DInternalFactoryToInitializableAdapter.java55 throw errors.withSource(source).errorInProvider(userException).toException(); in provision()
DBoundProviderFactory.java74 throw errors.errorInProvider(userException).toException(); in provision()
DProvidedByInternalFactory.java89 throw errors.errorInProvider(e).toException(); in provision()
DErrors.java374 public Errors errorInProvider(RuntimeException runtimeException) { in errorInProvider() method in Errors