WarningException

open class WarningException(msg: String, cause: Throwable?) : Throwable

This class represents a user warning in the system. With this exception we want to message end user that this exception is fixable from the user side.

Parameters

msg

The message associated with the warning.

cause

The cause of the warning, if any.

Inheritors

Constructors

Link copied to clipboard
constructor(msg: String, cause: Throwable?)

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