Uses of Class
org.int4.dirk.api.instantiation.InjectionException
-
Packages that use InjectionException Package Description org.int4.dirk.api.instantiation -
-
Uses of InjectionException in org.int4.dirk.api.instantiation
Subclasses of InjectionException in org.int4.dirk.api.instantiation Modifier and Type Class Description classAmbiguousResolutionExceptionThrown when multiple matching instances were available.classCreationExceptionThrown when during (post-)construction of a dependency a problem occurs.classResolutionExceptionBase class for exceptions that can be thrown during type safe resolution.classUnsatisfiedResolutionExceptionThrown when no matching instance was available or could be created.
-