uk.ac.man.bioinf.module
Class NoSuchRequiredModule

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

public class NoSuchRequiredModule
extends RuntimeException

NoSuchRequiredModule.java Created: Mon Nov 13 15:24:02 2000

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

Constructor Summary
NoSuchRequiredModule(ModuleIdentifier ident)
           
 
Method Summary
 ModuleIdentifier getIdentifier()
           
 
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

NoSuchRequiredModule

public NoSuchRequiredModule(ModuleIdentifier ident)
Method Detail

getIdentifier

public ModuleIdentifier getIdentifier()