Uses of Class
io.helidon.inject.api.ServiceProviderInjectionException
Packages that use ServiceProviderInjectionException
Package
Description
The Helidon Injection API provide these annotation types that are typically used at compile time
to assign special meaning to the type.
Injection runtime services.
-
Uses of ServiceProviderInjectionException in io.helidon.inject.api
Methods in io.helidon.inject.api that return ServiceProviderInjectionExceptionModifier and TypeMethodDescriptionServiceProviderInjectionException.activationLog
(ActivationLog log) Sets the activation log on this exception instance. -
Uses of ServiceProviderInjectionException in io.helidon.inject.runtime
Methods in io.helidon.inject.runtime that return ServiceProviderInjectionExceptionModifier and TypeMethodDescriptionprotected ServiceProviderInjectionException
AbstractServiceProvider.expectedQualifiedServiceError
(io.helidon.inject.api.ContextualServiceQuery ctx) Creates an injection exception appropriate when there are no matching qualified services for the context provided.