Class ReadOnlyModelViewException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ModelViewClosedException

@Incubating @Deprecated public class ReadOnlyModelViewException 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 an attempt is made to change the value of a model element that is not writable at the time.
See Also:
  • Constructor Details

    • ReadOnlyModelViewException

      public ReadOnlyModelViewException(String message)
      Deprecated.
    • ReadOnlyModelViewException

      public ReadOnlyModelViewException(org.gradle.model.internal.core.ModelPath path, org.gradle.model.internal.type.ModelType<?> type, org.gradle.model.internal.core.rule.describe.ModelRuleDescriptor ruleDescriptor)
      Deprecated.
  • Method Details

    • createMessage

      protected static String createMessage(String viewType, org.gradle.model.internal.core.ModelPath path, org.gradle.model.internal.type.ModelType<?> type, org.gradle.model.internal.core.rule.describe.ModelRuleDescriptor ruleDescriptor)
      Deprecated.