| Class | Description | |
|---|---|---|
| ConcurrentModificationError | The error that is thrown by methods that have detected concurrent modification of an object when such modification is not permissible. | |
| IndexOutOfBoundsError | The error that is thrown to indicate that an index of some sort (such as to an array) is out of range. | |
| NoSuchElementError | The error that is thrown to indicate that there are no more elements in the iteration. |