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)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard

Computation containing the invalid dependency.

Link copied to clipboard

Key of the invalid dependency.

Link copied to clipboard

Path of the invalid dependency.

Link copied to clipboard
open val message: String?
Link copied to clipboard

Path where the exception occurred.