api / org.gradle.model / WriteOnlyModelViewException

WriteOnlyModelViewException

@Incubating open class WriteOnlyModelViewException : GradleException

Thrown when an attempt is made to read the value of a model element that is not readable at the time.

Constructors

<init>

WriteOnlyModelViewException(property: String, path: ModelPath, type: ModelType, ruleDescriptor: ModelRuleDescriptor)