MissingApplicationPluginException

class MissingApplicationPluginException(key: <ERROR CLASS><out <ERROR CLASS>>) : IllegalStateException, CopyableThrowable<MissingApplicationPluginException>

Thrown on an attempt to access the plugin that is not yet installed.

Parameters

key

application plugin's attribute key

Constructors

Link copied to clipboard
fun MissingApplicationPluginException(key: <ERROR CLASS><out <ERROR CLASS>>)

Functions

Link copied to clipboard
open override fun createCopy(): MissingApplicationPluginException

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
val key: <ERROR CLASS><out <ERROR CLASS>>
Link copied to clipboard
open override val message: String