Package org.gradle.model
Class ModelRuleBindingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.gradle.api.GradleException
-
- org.gradle.model.ModelRuleBindingException
-
- All Implemented Interfaces:
java.io.Serializable
@Incubating public class ModelRuleBindingException extends 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
InvalidModelRuleException
.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ModelRuleBindingException(java.lang.String message)
-