Serialized Form
-
Package build.codemodel.dependency.injection
-
Exception Class build.codemodel.dependency.injection.BindingAlreadyExistsException
class BindingAlreadyExistsException extends InjectionException implements Serializable -
Exception Class build.codemodel.dependency.injection.CyclicDependencyException
class CyclicDependencyException extends InjectionException implements Serializable-
Serialized Fields
-
causedByDependency
Dependency causedByDependency
TheClassthat causes the cycle. -
cyclePath
List<Dependency> cyclePath
The full cycle path produced by static graph analysis, ornullwhen detected at runtime. -
detectedInDependency
Dependency detectedInDependency
TheClassfrom which the cycle was detected.
-
-
-
Exception Class build.codemodel.dependency.injection.InjectionException
class InjectionException extends RuntimeException implements Serializable -
Exception Class build.codemodel.dependency.injection.InjectionFailedException
class InjectionFailedException extends InjectionException implements Serializable-
Serialized Fields
-
injectionPoint
InjectionPoint injectionPoint
TheInjectionPoint.
-
-
-
Exception Class build.codemodel.dependency.injection.UnsatisfiedDependencyException
class UnsatisfiedDependencyException extends InjectionException implements Serializable-
Serialized Fields
-
dependency
Dependency dependency
TheDependencythat was not satisfied.
-
-
-
Exception Class build.codemodel.dependency.injection.ValidationException
class ValidationException extends InjectionException implements Serializable
-