net.walend.collection
Class ConcurrentModificationException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--java.util.ConcurrentModificationException
                          |
                          +--net.walend.collection.ConcurrentModificationException
All Implemented Interfaces:
java.io.Serializable

public class ConcurrentModificationException
extends java.util.ConcurrentModificationException
implements java.io.Serializable

This class adds constructors with Throwable parameters to java.util.ConcurrentModificationException. I will deprecate it when java.util.ConcurrentModificationException adds these constructors.

Author:
David Walend dfw1@cornell.edu
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.RuntimeException
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
ConcurrentModificationException(java.lang.String message)
           
ConcurrentModificationException(java.lang.String message, java.lang.Throwable nester)
           
ConcurrentModificationException(java.lang.Throwable nester)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConcurrentModificationException

public ConcurrentModificationException(java.lang.String message)

ConcurrentModificationException

public ConcurrentModificationException(java.lang.Throwable nester)

ConcurrentModificationException

public ConcurrentModificationException(java.lang.String message,
                                       java.lang.Throwable nester)


Copyright (c) 2001, 2002, David Walend