UncaughtException

class UncaughtException : RuntimeException(source)

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.withSuppression2 lambda which propagates all exceptions caught by Handler.tryCatch2 into a single, root exception (the first one 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
@JvmField
val context: String

Contextual information about where the UncaughtException occurred.

Link copied to clipboard
open override val message: String