api / org.gradle.model / ModelViewClosedException

ModelViewClosedException

@Incubating open class ModelViewClosedException : ReadOnlyModelViewException

Thrown when at attempt is made to mutate a subject of a rule after the rule has completed.

This can potentially happen when a reference to the subject is retained during a rule and then used afterwards, Such as when an anonymous inner class or closure “closes over” the subject.

Constructors

<init>

ModelViewClosedException(path: ModelPath, type: ModelType, ruleDescriptor: ModelRuleDescriptor)