|
||||||||||
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
org.palo.api.impl.utils.ListModifiedException
public class 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. |
Method Summary |
---|
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 |
---|
equals, 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 |