BuildlessPluginException

Plugin Exception: Base

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

Parameters

message

Error message to specify (optional).

cause

Underlying error cause (optional).

Inheritors

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