Class WriteOnlyModelViewException

All Implemented Interfaces:
Serializable

@Incubating @Deprecated public class WriteOnlyModelViewException 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 read the value of a model element that is not readable at the time.
See Also:
  • Constructor Details

    • WriteOnlyModelViewException

      public WriteOnlyModelViewException(String property, org.gradle.model.internal.core.ModelPath path, org.gradle.model.internal.type.ModelType<?> type, org.gradle.model.internal.core.rule.describe.ModelRuleDescriptor ruleDescriptor)
      Deprecated.