AtPathException
open class AtPathException @JvmOverloads constructor(val path: AbsolutePath, message: String, cause: Throwable? = null) : RuntimeException(source)
Exception occurring at the provided path with the given message and optional cause.