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.

Inheritors

Constructors

Link copied to clipboard
constructor(path: AbsolutePath, message: String, cause: Throwable? = null)

Properties

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

Path where the exception occurred.