Uses of Class
javax.enterprise.inject.InjectionException
Packages that use InjectionException
Package
Description
Annotations relating to bean and stereotype definition,
built-in qualifiers, and interfaces and classes relating
to programmatic lookup.
-
Uses of InjectionException in javax.enterprise.inject
Subclasses of InjectionException in javax.enterprise.injectModifier and TypeClassDescriptionclass
Indicates that multiple beans match a certain combination of required type and required qualifiers and are eligible for injection into a certain class.class
Indicates that a checked exception was thrown during creation of a bean.class
Indicates 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
.class
Indicates a problem relating to typesafe resolution. class
Indicates 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.class
Indicates that no bean matches a certain combination of required type and required qualifiers and is eligible for injection into a certain class.