DthingApi
Public Member Functions | List of all members
java.util.ConcurrentModificationException Class Reference
Inheritance diagram for java.util.ConcurrentModificationException:

Public Member Functions

 ConcurrentModificationException ()
 
 ConcurrentModificationException (String detailMessage)
 

Detailed Description

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

Constructor & Destructor Documentation

◆ 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
detailMessagethe detail message for the exception.

The documentation for this class was generated from the following file: