Package-level declarations

Exceptions which are reliably thrown by the plugin, and which the developer may want to catch.

Types

Link copied to clipboard

Describes an abstract base exception from which all Buildless plugin exceptions inherit; this type may be caught to handle all plugin exceptions.

Link copied to clipboard
abstract class InvalidConfiguration(message: String? = null, cause: Throwable? = null) : BuildlessPluginException

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.