uk.ac.man.bioinf.sequence.complex
Class NoSuchModificationException

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

public class NoSuchModificationException
extends RuntimeException

NoSuchModificationException.java Created: Tue Feb 29 00:09:26 2000

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

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

NoSuchModificationException

public NoSuchModificationException(String message)