Class ModelRuleBindingException

All Implemented Interfaces:
Serializable

@Incubating @Deprecated public class ModelRuleBindingException extends GradleException
Deprecated.
The Gradle software model is deprecated and will be removed in Gradle 10. Use the new component model (e.g. cpp-application, cpp-library, swift-application, swift-library, xctest) instead.
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:
  • Constructor Details

    • ModelRuleBindingException

      public ModelRuleBindingException(String message)
      Deprecated.