S34KError

open class S34KError : Exception

Generalized error wrapping a client implementation specific exception.

Author

Elizabeth Paige Harper https://github.com/Foxcapades

Since

v0.1.0

Constructors

Link copied to clipboard
fun S34KError()
Link copied to clipboard
fun S34KError(msg: String, cause: Throwable)
Link copied to clipboard
fun S34KError(msg: String)
Link copied to clipboard
fun S34KError(cause: Throwable)

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Properties

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

Inheritors

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard