Uses of Class
com.google.inject.internal.InternalProvisionException
Packages that use InternalProvisionException
-
Uses of InternalProvisionException in com.google.inject.internal
Methods in com.google.inject.internal that return InternalProvisionExceptionModifier and TypeMethodDescriptionstatic InternalProvisionException
InternalProvisionException.cannotProxyClass
(Class<?> expectedType) static InternalProvisionException
InternalProvisionException.circularDependenciesDisabled
(Class<?> expectedType) static InternalProvisionException
static InternalProvisionException
InternalProvisionException.errorInjectingConstructor
(Throwable cause) static InternalProvisionException
InternalProvisionException.errorInjectingMethod
(Throwable cause) static InternalProvisionException
InternalProvisionException.errorInProvider
(Throwable cause) static InternalProvisionException
InternalProvisionException.errorInUserCode
(ErrorId errorId, Throwable cause, String messageFormat, Object... arguments) static InternalProvisionException
InternalProvisionException.errorInUserInjector
(MembersInjector<?> listener, TypeLiteral<?> type, RuntimeException cause) static InternalProvisionException
InternalProvisionException.errorNotifyingInjectionListener
(InjectionListener<?> listener, TypeLiteral<?> type, RuntimeException cause) static InternalProvisionException
InternalProvisionException.jitDisabled
(Key<?> key) static InternalProvisionException
InternalProvisionException.subtypeNotProvided
(Class<? extends javax.inject.Provider<?>> providerType, Class<?> type) Methods in com.google.inject.internal with parameters of type InternalProvisionExceptionMethods in com.google.inject.internal that throw InternalProvisionExceptionModifier and TypeMethodDescriptionprotected T
ProviderMethod.doProvision
(com.google.inject.internal.InternalContext context, Dependency<?> dependency)