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