Home
last modified time | relevance | path

Searched refs:toException (Results 1 – 13 of 13) sorted by relevance

/external/guice/core/src/com/google/inject/internal/
DInjectorImpl.java258 throw errors.jitDisabled(key).toException(); in getJustInTimeBinding()
280 throw errors.toException(); in getJustInTimeBinding()
300 throw errors.cannotInjectRawProvider().toException(); in getProvidedKey()
320 throw errors.cannotInjectRawMembersInjector().toException(); in createMembersInjectorBinding()
441 .toException();
446 .toException();
455 .toException();
633 throw errors.missingImplementation(key).toException();
676 throw errors.cannotInjectRawTypeLiteral().toException();
687 throw errors.cannotInjectTypeLiteralOf(innerType).toException();
[all …]
DConstructionContext.java65 throw errors.circularProxiesDisabled(expectedType).toException(); in createProxy()
68 throw errors.cannotSatisfyCircularDependency(expectedType).toException(); in createProxy()
DProvidedByInternalFactory.java83 throw errors.subtypeNotProvided(providerType, rawType).toException(); in provision()
89 throw errors.errorInProvider(e).toException(); in provision()
DInternalFactoryToProviderAdapter.java43 throw errors.withSource(source).errorInProvider(userException).toException(); in get()
DFailableCache.java51 throw errors.toException(); in get()
DInternalFactoryToInitializableAdapter.java55 throw errors.withSource(source).errorInProvider(userException).toException(); in provision()
DConstructorBindingImpl.java104 throw errors.merge(e.getErrorMessages()).toException(); in create()
262 throw errors.jitDisabled(key).toException(); in get()
DBoundProviderFactory.java74 throw errors.errorInProvider(userException).toException(); in provision()
DConstructorInjector.java123 .errorInjectingConstructor(cause).toException();
DProvisionListenerStackCallback.java81 .toException(); in provision()
DErrors.java523 throw toException(); in throwIfNewErrors()
526 public ErrorsException toException() { in toException() method in Errors
650 throw toException();
DProxyFactory.java180 throw new Errors().errorEnhancingClass(declaringClass, e).toException(); in create()
/external/guice/extensions/assistedinject/src/com/google/inject/assistedinject/
DFactoryProvider2.java221 throw errors.addMessage("%s must be an interface.", factoryRawType).toException(); in FactoryProvider2()
247 throw errors.keyNotFullySpecified(TypeLiteral.get(factoryRawType)).toException(); in FactoryProvider2()
359 throw errors.toException(); in FactoryProvider2()
473 throw errors.toException(); in findMatchingConstructorInjectionPoint()
478 throw errors.toException(); in findMatchingConstructorInjectionPoint()
481 throw errors.toException(); in findMatchingConstructorInjectionPoint()
498 throw errors.toException(); in findMatchingConstructorInjectionPoint()
512 throw errors.toException(); in findMatchingConstructorInjectionPoint()
527 throw errors.toException(); in findMatchingConstructorInjectionPoint()
650 throw errors.toException(); in assistKey()