api / org.gradle.api.plugins / ExtraPropertiesExtension / UnknownPropertyException

UnknownPropertyException

open class UnknownPropertyException : InvalidUserDataException

The exception that will be thrown when an attempt is made to read a property that is not set.

Constructors

<init>

UnknownPropertyException(extension: ExtraPropertiesExtension, propertyName: String)

Functions

createMessage

open static fun createMessage(propertyName: String): String