KlutterException

class KlutterException(msg: String, throwable: Throwable? = null) : Exception

Exception class indicating a terminal problem in the Klutter Framework.

Constructors

Link copied to clipboard
constructor(msg: String, throwable: Throwable? = null)

Properties

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

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