Package org.int4.dirk.api.definition
Class MissingDependencyException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.int4.dirk.api.definition.DependencyException
-
- org.int4.dirk.api.definition.MissingDependencyException
-
- All Implemented Interfaces:
java.io.Serializable
public class MissingDependencyException extends DependencyException
Thrown when a dependency is not present in the store.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MissingDependencyException(java.lang.String message)Constructs a new instance.
-