uk.ac.man.bioinf.sequence
Class InvalidSequenceTypeException

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

public class InvalidSequenceTypeException
extends RuntimeException

InvalidSequenceTypeException.java Exception to signal that an attempt has been made to use a sequence of an invalid type. Created: Sat Feb 19 17:36:52 2000

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

Constructor Summary
InvalidSequenceTypeException(String message)
           
 
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

InvalidSequenceTypeException

public InvalidSequenceTypeException(String message)