Package org.gradle.model
Class ReadOnlyModelViewException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.gradle.api.GradleException
org.gradle.model.ReadOnlyModelViewException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- ModelViewClosedException
Thrown when an attempt is made to change the value of a model element that is not writable at the time.
- See Also:
- 
Constructor SummaryConstructorsConstructorDescriptionReadOnlyModelViewException(String message) ReadOnlyModelViewException(org.gradle.model.internal.core.ModelPath path, org.gradle.model.internal.type.ModelType<?> type, org.gradle.model.internal.core.rule.describe.ModelRuleDescriptor ruleDescriptor) 
- 
Method SummaryModifier and TypeMethodDescriptionprotected static StringcreateMessage(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) Methods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
ReadOnlyModelViewException
- 
ReadOnlyModelViewExceptionpublic ReadOnlyModelViewException(org.gradle.model.internal.core.ModelPath path, org.gradle.model.internal.type.ModelType<?> type, org.gradle.model.internal.core.rule.describe.ModelRuleDescriptor ruleDescriptor) 
 
- 
- 
Method Details- 
createMessage
 
-