MissingApplicationFeatureException
class MissingApplicationFeatureException :
IllegalStateException,
CopyableThrowable<MissingApplicationFeatureException>
Thrown when Application Feature has been attempted to be accessed but has not been installed before
Parameters
key
- application feature’s attribute key
Constructors
MissingApplicationFeatureException(key: AttributeKey<*>) Thrown when Application Feature has been attempted to be accessed but has not been installed before |
Properties
val key: AttributeKey<*> application feature’s attribute key |
|
val message: String |
Functions
fun createCopy(): MissingApplicationFeatureException? |
Extension Properties
Root cause of the Throwable. |