Uses of Class
javax.enterprise.inject.InjectionException
-
Packages that use InjectionException Package Description javax.enterprise.inject org.jboss.weld.exceptions -
-
Uses of InjectionException in javax.enterprise.inject
Subclasses of InjectionException in javax.enterprise.inject Modifier and Type Class Description classAmbiguousResolutionExceptionIndicates that multiple beans match a certain combination of required type and required qualifiers and are eligible for injection into a certain class.classCreationExceptionIndicates that a checked exception was thrown during creation of a bean.classIllegalProductExceptionIndicates that a producer method returned a null value or a producer field contained a null value, and the scope of the producer method or field was notDependent.classResolutionExceptionIndicates a problem relating to typesafe resolution.classUnproxyableResolutionExceptionIndicates that a contextual reference for a bean with a normal scope and a certain bean type cannot be obtained because the bean type cannot be proxied by the container.classUnsatisfiedResolutionExceptionIndicates that no bean matches a certain combination of required type and required qualifiers and is eligible for injection into a certain class. -
Uses of InjectionException in org.jboss.weld.exceptions
Subclasses of InjectionException in org.jboss.weld.exceptions Modifier and Type Class Description classAmbiguousResolutionExceptionProvides message localization service for theAmbiguousResolutionException.classCreationExceptionA version ofCreationExceptionthat supports message localization.classIllegalProductExceptionAnIllegalProductExceptionwith support for localized messages in Weld.classInjectionExceptionProvides message localization service for theInjectionException.classUnproxyableResolutionExceptionProvides message localization service for theUnproxyableResolutionException.classUnsatisfiedResolutionExceptionProvides message localization service for theUnsatisfiedResolutionException.
-