An
is thrown when a Collection is modified and an existing iterator on the Collection is used to modify the Collection as well.
- See also
- java.lang.RuntimeException
◆ ConcurrentModificationException() [1/2]
java.util.ConcurrentModificationException.ConcurrentModificationException |
( |
| ) |
|
|
inline |
Constructs a new
with the current stack trace filled in.
◆ ConcurrentModificationException() [2/2]
java.util.ConcurrentModificationException.ConcurrentModificationException |
( |
String |
detailMessage | ) |
|
|
inline |
Constructs a new
with the current stack trace and message filled in.
- Parameters
-
detailMessage | the detail message for the exception. |
The documentation for this class was generated from the following file:
- src/java/util/ConcurrentModificationException.java