The Octet Molecular Representation Framework v0.8.2

net.sf.octet.error
Class NoSuchGammaSequenceException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bynet.sf.octet.error.NoSuchGammaSequenceException
All Implemented Interfaces:
java.io.Serializable

public class NoSuchGammaSequenceException
extends java.lang.RuntimeException

Thrown when an expected GammaSequence can not be found.

Author:
Richard Apodaca
See Also:
Serialized Form

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

NoSuchGammaSequenceException

public NoSuchGammaSequenceException()
Constructs a fully functional NoSuchPaddleWheelException containing a blank message.


NoSuchGammaSequenceException

public NoSuchGammaSequenceException(java.lang.String message)
Constructs a fully functional NoSuchGammaSequenceException containing the specified message.

Parameters:
message - the message to be used

NoSuchGammaSequenceException

public NoSuchGammaSequenceException(java.lang.Throwable cause)
Constructs a fully functional NoSuchGammaSequenceException by wrapping the specified Throwable. This is useful for exception chaining.

Parameters:
cause - the cause for this NoSuchGammaSequenceException to be thrown

NoSuchGammaSequenceException

public NoSuchGammaSequenceException(java.lang.String message,
                                    java.lang.Throwable cause)
Constructs a fully functional NoSuchGammaSequenceException with the specified message and wrapping the specified Throwable. This is useful in exception chaining.

Parameters:
message - the message to be used
cause - the cause for this NoSuchGammaSequenceException to be thrown

The Octet Molecular Representation Framework v0.8.2