|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--com.starbase.util.collections.ConcurrentModificationException
This exception is intended to parallel the JDK 1.2 ConcurrentModificationException exception Please see the JDK 1.2 documenation for further details.
| Constructor Summary | |
ConcurrentModificationException()
Constructs a ConcurrentModificationException with no message. |
|
ConcurrentModificationException(java.lang.String message)
Constructs a ConcurrentModificationException with the specified message. |
|
| 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 ConcurrentModificationException()
public ConcurrentModificationException(java.lang.String message)
message - the message for this exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||