InvalidDependencyPathException
class InvalidDependencyPathException(val path: AbsolutePath, val computation: Computation, val dependencyKey: String, val dependencyPath: Path) : InvalidPathException(source)
Exception thrown when a computation at path path has a dependency with an invalid path.
Constructors
Link copied to clipboard
constructor(path: AbsolutePath, computation: Computation, dependencyKey: String, dependencyPath: Path)