|
||||||||||
| 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.jomc.sequences.SequencesException
org.jomc.sequences.ConcurrentModificationException
@Generated(value="org.jomc.tools.SourceFileProcessor 1.0",
comments="See http://jomc.sourceforge.net/jomc/1.0/jomc-tools")
public class ConcurrentModificationException
extends SequencesException
Gets thrown whenever a sequence is edited or removed using outdated data.
Dependencies
Locale"Dependency on'java.util.Locale'(java.util.Locale)at specification level 1.1 bound to an instance.
Messages
concurrentlyModifiedMessage"| English: | The sequence got concurrently modified. |
| Deutsch: | Die Sequenz wurde zwischenzeitlich geändert. |
| Constructor and Description |
|---|
ConcurrentModificationException(Sequence sequence)
Creates a new ConcurrentModificationException instance taking the most recent revision of the sequence to
report. |
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage()
Gets the message of the exception. |
Sequence |
getMostRecentRevision()
Gets the most recent revision of the sequence. |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, 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 ConcurrentModificationException(Sequence sequence)
ConcurrentModificationException instance taking the most recent revision of the sequence to
report.
sequence - The most recent revision of the sequence to report.| Method Detail |
|---|
public Sequence getMostRecentRevision()
public String getMessage()
getMessage in class Throwable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||