java.util
public class ConcurrentModificationException extends RuntimeException
Collection
,
Iterator
,
ListIterator
,
Vector
,
LinkedList
,
HashSet
,
Hashtable
,
TreeMap
,
AbstractList
,
Serialized FormConstructor and Description |
---|
ConcurrentModificationException()
Constructs a ConcurrentModificationException with no detail message.
|
ConcurrentModificationException(String detail)
Constructs a ConcurrentModificationException with a detail message.
|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ConcurrentModificationException()
public ConcurrentModificationException(String detail)
detail
- the detail message for the exception