Invalid Configuration
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).