uk.ac.man.bioinf.sequence.identifier
Class MalformedAccessionException

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

public class MalformedAccessionException
extends IllegalArgumentException

MalformedAccessionException.java Used to indicate an inappropriate accession number has been entered. Created: Wed Jul 5 14:17:19 2000

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

Constructor Summary
MalformedAccessionException(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

MalformedAccessionException

public MalformedAccessionException(String message)