Package org.int4.dirk.api.definition
Class UnsatisfiedDependencyException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.int4.dirk.api.definition.DependencyException
-
- org.int4.dirk.api.definition.UnsatisfiedDependencyException
-
- All Implemented Interfaces:
java.io.Serializable
public class UnsatisfiedDependencyException extends DependencyException
Thrown when not all dependencies can be resolved. This occurs when a type requires a specific dependency but no such dependency is available.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnsatisfiedDependencyException(java.lang.String message)Constructs a new instance.
-