Class ModelRuleBindingException

All Implemented Interfaces:
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:
  • Constructor Details

    • ModelRuleBindingException

      public ModelRuleBindingException(String message)