SettingsException

class SettingsException(message: String? = null, cause: Throwable? = null) : IllegalArgumentException, ExceptionWithAttachments(source)

Indicates that settings could not be parsed correctly.

Constructors

Link copied to clipboard
constructor(message: String? = null, cause: Throwable? = null)

Functions

Link copied to clipboard
open override fun getAttachments(): Array<out Attachment?>

Returns the user's Randomness settings file as an attachment, if it can be read.