Class WriteOnlyModelViewException

All Implemented Interfaces:
Serializable

@Incubating public class WriteOnlyModelViewException extends GradleException
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)