Package org.int4.dirk.api.definition
Class AmbiguousDependencyException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.int4.dirk.api.definition.DependencyException
-
- org.int4.dirk.api.definition.AmbiguousDependencyException
-
- All Implemented Interfaces:
java.io.Serializable
public class AmbiguousDependencyException extends DependencyException
Thrown when there are multiple candidates for a dependency where only one is expected. This occurs when a type requires a specific dependency and multiple options are available.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AmbiguousDependencyException(java.lang.String message)Constructs a new instance.
-