class
ConcurrentModificationError

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.

Extends

Properties

Object modifiedObject
read-only
The object that was modified in an incompatible way.
StackTrace stackTrace
read-only , inherited

Constructors

ConcurrentModificationError([Object modifiedObject])

Methods

toString() → String
Returns a string representation of this object.