api / org.gradle.model / ModelRuleBindingException

ModelRuleBindingException

@Incubating open class ModelRuleBindingException : GradleException

Thrown when there is a problem binding the model element references of a model rule.

Should always be thrown as the cause of a org.gradle.model.InvalidModelRuleException.

Constructors

<init>

ModelRuleBindingException(message: String)