|
||||||||||
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.SequenceVetoException
@Generated(value="org.jomc.tools.SourceFileProcessor 1.0", comments="See http://jomc.sourceforge.net/jomc/1.0/jomc-tools") public class SequenceVetoException extends SequencesException
Gets thrown whenever illegal sequence information is passed to a method expecting legal sequence data.
Dependencies
Locale
"Dependency on'java.util.Locale'
(java.util.Locale)
at specification level 1.1 bound to an instance.
Messages
illegalSequenceMessage
"English: | Illegal sequence data. |
Deutsch: | Ungültige Sequenzdaten. |
Constructor and Description |
---|
SequenceVetoException()
Creates a new SequenceVetoException instance. |
SequenceVetoException(SequenceChangeEvent evt)
Creates a new SequenceVetoException taking an event describing a vetoed sequence change. |
Modifier and Type | Method and Description |
---|---|
String |
getMessage()
Gets the message of the exception. |
SequenceChangeEvent |
getSequenceChangeEvent()
Gets the event describing the vetoed change. |
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 SequenceVetoException(SequenceChangeEvent evt)
SequenceVetoException
taking an event describing a vetoed sequence change.
evt
- An event describing a vetoed sequence change.@Generated(value="org.jomc.tools.SourceFileProcessor 1.0", comments="See http://jomc.sourceforge.net/jomc/1.0/jomc-tools") public SequenceVetoException()
SequenceVetoException
instance.
Method Detail |
---|
public SequenceChangeEvent getSequenceChangeEvent()
public String getMessage()
getMessage
in class Throwable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |