com.tensegrity.generic.util
Class ListModifiedException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.tensegrity.generic.util.DynamicException
                  extended bycom.tensegrity.generic.util.ListModifiedException
All Implemented Interfaces:
java.io.Serializable

public class ListModifiedException
extends DynamicException

Thrown if an ArrayList iterator detects that someone else has concurrently modified a container. The concurrent modification checking is fail-fast and not synchronized. Thus it is not reliable.

Version:
$Id: ListModifiedException.java,v 1.6 2005/04/29 14:49:58 KevinCVS Exp $
Author:
S. Rutz
See Also:
Serialized Form

Constructor Summary
ListModifiedException()
          Constructs a ListModified exception.
ListModifiedException(java.lang.String what)
          Constructs an ArrayListModified exception.
 
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

ListModifiedException

public ListModifiedException()
Constructs a ListModified exception.


ListModifiedException

public ListModifiedException(java.lang.String what)
Constructs an ArrayListModified exception.

Parameters:
what - a detailed message for the exception.


Copyright © 2005 Tensegrity Software GmbH. All Rights Reserved. Date of creation: 09.06.2006.