|
||||||||||
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
@Generated(value="org.jomc.tools.SourceFileProcessor 1.0", comments="See http://jomc.sourceforge.net/jomc/1.0/jomc-tools") public class SequencesException extends RuntimeException
Recoverable exception base class.
Constructor and Description |
---|
SequencesException()
Creates a new SequencesException instance. |
SequencesException(String msg)
Creates a new SequencesException instance taking a message. |
SequencesException(String message,
Throwable t)
Creates a new SequencesException instance taking a message and a causing throwable. |
SequencesException(Throwable t)
Creates a new SequencesException instance taking a causing throwable. |
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 SequencesException(String msg)
SequencesException
instance taking a message.
msg
- The message of the new exception.public SequencesException(Throwable t)
SequencesException
instance taking a causing throwable.
t
- The cause of the new exception.public SequencesException(String message, Throwable t)
SequencesException
instance taking a message and a causing throwable.
message
- The message of the new exception.t
- The cause of the new exception.@Generated(value="org.jomc.tools.SourceFileProcessor 1.0", comments="See http://jomc.sourceforge.net/jomc/1.0/jomc-tools") public SequencesException()
SequencesException
instance.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |