InvalidConfiguration

abstract class InvalidConfiguration(message: String? = null, cause: Throwable? = null) : BuildlessPluginException(source)

Plugin Exception: Invalid Configuration

Describes an abstract exception base for errors which originate from invalid configuration, or an illegal state expressed by the user when configuring the plugin. These errors are terminal in the sense that they must be remedied by a user in order to be fixed.

Parameters

message

Error message to specify (optional).

cause

Underlying error cause (optional).

Inheritors

Constructors

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

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
abstract val code: String

Unique error code for this error case.

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