Error occurring when a collection is modified during iteration.
Some modifications may be allowed for some collections, so each collection (Iterable or similar collection of values) should declare which operations are allowed during an iteration.
Properties
- Object modifiedObject
-
read-onlyThe object that was modified in an incompatible way.
- StackTrace stackTrace
-
read-only, inherited
Constructors
- ConcurrentModificationError([Object modifiedObject])