|
||||||||||
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.SequencesSystemException
@Generated(value="org.jomc.tools.SourceFileProcessor 1.0", comments="See http://jomc.sourceforge.net/jomc/1.0/jomc-tools") public class SequencesSystemException extends RuntimeException
Gets thrown whenever an unexpected error condition is detected.
Constructor and Description |
---|
SequencesSystemException()
Creates a new SequencesSystemException instance. |
SequencesSystemException(Exception e)
Creates a new SequencesSystemException taking a causing exception. |
SequencesSystemException(String msg)
Creates a new SequencesSystemException taking a message describing the exception. |
SequencesSystemException(String msg,
Exception e)
Creates a new SequencesSystemException taking a message describing the exception a causing exception. |
Modifier and Type | Method and Description |
---|
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 SequencesSystemException(String msg)
SequencesSystemException
taking a message describing the exception.
msg
- The message describing the exception.public SequencesSystemException(Exception e)
SequencesSystemException
taking a causing exception.
e
- The cause of the exception.public SequencesSystemException(String msg, Exception e)
SequencesSystemException
taking a message describing the exception a causing exception.
msg
- The message describing the exception.e
- The cause of the exception.@Generated(value="org.jomc.tools.SourceFileProcessor 1.0", comments="See http://jomc.sourceforge.net/jomc/1.0/jomc-tools") public SequencesSystemException()
SequencesSystemException
instance.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |