This runtime exception 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
Constructs a new instance of this class with its walkback filled in.
ConcurrentModificationException
public ConcurrentModificationException(String detailMessage)(Code)
Constructs a new instance of this class with its walkback and message
filled in.
Parameters: detailMessage - String The detail message for the exception.