uk.ac.man.bioinf.sequence
Class NoSuchSequenceElementException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--uk.ac.man.bioinf.sequence.NoSuchSequenceElementException
All Implemented Interfaces:
Serializable

public class NoSuchSequenceElementException
extends RuntimeException

NoSuchSequenceElementException.java Created: Fri Mar 3 12:22:15 2000

Version:
$Id: NoSuchSequenceElementException.java,v 1.2 2001/04/11 17:04:43 lord Exp $
Author:
Phillip Lord
See Also:
Serialized Form

Constructor Summary
NoSuchSequenceElementException()
           
NoSuchSequenceElementException(Sequence seq, int index)
           
NoSuchSequenceElementException(String message)
           
NoSuchSequenceElementException(String message, Sequence seq, int index)
           
 
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

NoSuchSequenceElementException

public NoSuchSequenceElementException()

NoSuchSequenceElementException

public NoSuchSequenceElementException(String message)

NoSuchSequenceElementException

public NoSuchSequenceElementException(Sequence seq,
                                      int index)

NoSuchSequenceElementException

public NoSuchSequenceElementException(String message,
                                      Sequence seq,
                                      int index)