|
The Octet Molecular Representation Framework v0.8.2 | |||||||||
| 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
net.sf.octet.error.NoSuchGammaSequenceException
Thrown when an expected GammaSequence can not be found.
| Constructor Summary | |
NoSuchGammaSequenceException()
Constructs a fully functional NoSuchPaddleWheelException containing
a blank message. |
|
NoSuchGammaSequenceException(java.lang.String message)
Constructs a fully functional NoSuchGammaSequenceException containing
the specified message. |
|
NoSuchGammaSequenceException(java.lang.String message,
java.lang.Throwable cause)
Constructs a fully functional NoSuchGammaSequenceException with
the specified message and wrapping the specified Throwable. |
|
NoSuchGammaSequenceException(java.lang.Throwable cause)
Constructs a fully functional NoSuchGammaSequenceException by wrapping
the specified Throwable. |
|
| 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 NoSuchGammaSequenceException()
NoSuchPaddleWheelException containing
a blank message.
public NoSuchGammaSequenceException(java.lang.String message)
NoSuchGammaSequenceException containing
the specified message.
message - the message to be usedpublic NoSuchGammaSequenceException(java.lang.Throwable cause)
NoSuchGammaSequenceException by wrapping
the specified Throwable. This is useful for exception chaining.
cause - the cause for this NoSuchGammaSequenceException to be thrown
public NoSuchGammaSequenceException(java.lang.String message,
java.lang.Throwable cause)
NoSuchGammaSequenceException with
the specified message and wrapping the specified Throwable.
This is useful in exception chaining.
message - the message to be usedcause - the cause for this NoSuchGammaSequenceException to be thrown
|
The Octet Molecular Representation Framework v0.8.2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||