public class ConcurrentModificationException extends RuntimeException
Collection,
Iterator,
ListIterator,
Vector,
LinkedList,
HashSet,
Hashtable,
TreeMap,
AbstractList| Constructor 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, toStringpublic ConcurrentModificationException()
public ConcurrentModificationException(String detail)
detail - the detail message for the exception