api / org.gradle.api.reporting / ReportContainer / ImmutableViolationException

ImmutableViolationException

open class ImmutableViolationException : GradleException

The exception thrown when any of this container's mutation methods are called.

This applies to the standard java.util.Collection methods such as add(), remove() and clear().

Constructors

<init>

ImmutableViolationException()