MissingApplicationFeatureException
class MissingApplicationFeatureException :
IllegalStateException
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 |