|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.tensegrity.generic.util.DynamicException
com.tensegrity.generic.util.ListModifiedException
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.
| 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 |
public ListModifiedException()
ListModified exception.
public ListModifiedException(java.lang.String what)
what - a detailed message for the exception.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||