api / org.gradle.platform.base / ModelInstantiationException

ModelInstantiationException

@Incubating open class ModelInstantiationException : GradleException

Thrown when a model element cannot be instantiated for some reason.

Constructors

<init>

ModelInstantiationException(message: String)
ModelInstantiationException(message: String, cause: Throwable)