Package org.int4.dirk.api.definition
Class AmbiguousRequiredDependencyException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.int4.dirk.api.definition.DependencyException
-
- org.int4.dirk.api.definition.RequiredDependencyException
-
- org.int4.dirk.api.definition.AmbiguousRequiredDependencyException
-
- All Implemented Interfaces:
java.io.Serializable
public class AmbiguousRequiredDependencyException extends RequiredDependencyException
Thrown when an attempt is made to register a type that would cause a dependency required by another type to become ambiguous.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AmbiguousRequiredDependencyException(java.lang.String message)Constructs a new instance.
-