InvalidPathToObserveException

class InvalidPathToObserveException(val path: AbsolutePath, val computation: StatefulComputation<*, *>, val toObserve: Path) : InvalidPathException(source)

Exception thrown when a stateful computation at path path has an invalid path to observe toObserve.

Constructors

Link copied to clipboard
constructor(path: AbsolutePath, computation: StatefulComputation<*, *>, toObserve: Path)

Properties

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

Computation containing the invalid path to observe.

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

Path where the exception occurred.

Link copied to clipboard

Path to observe.