UncaughtException

A special exception to indicate something went terribly wrong somewhere.

See also

io.matthewnelson.kmp.tor.runtime.RuntimeEvent.ERROR

Types

Link copied to clipboard

Producer for UncaughtException

Link copied to clipboard

A special Handler utilized within Handler.withSuppression lambda which propagates all exceptions caught by Handler.tryCatch into a single, root exception (the first thrown), with all subsequent exceptions added via Throwable.addSuppressed.

Properties

Link copied to clipboard
open override val cause: Throwable

The underlying cause of the UncaughtException.

Link copied to clipboard

Contextual information about where the UncaughtException occurred.

Link copied to clipboard
open override val message: String