InvalidDependencyTypeException

class InvalidDependencyTypeException(val path: AbsolutePath, val computation: Computation, val expectedType: String, val dependencyKey: String, val dependencyType: KType) : InvalidPathException(source)

Exception thrown when a computation at path path has a dependency with an invalid type.

Constructors

Link copied to clipboard
constructor(path: AbsolutePath, computation: Computation, expectedType: String, dependencyKey: String, dependencyType: KType)

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

Type of the invalid dependency.

Link copied to clipboard

Expected type of the dependency.

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

Path where the exception occurred.