uk.ac.man.bioinf.apps.optionable
Class OptionableSourceNotFoundException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.io.IOException
                    |
                    +--uk.ac.man.bioinf.apps.optionable.OptionableSourceNotFoundException
All Implemented Interfaces:
Serializable

public class OptionableSourceNotFoundException
extends IOException

OptionableSourceNotFoundException.java Created: Mon May 14 14:13:40 2001

Version:
$Id: OptionableSourceNotFoundException.java,v 1.1 2001/05/14 17:08:18 lord Exp $
Author:
Phillip Lord
See Also:
Serialized Form

Constructor Summary
OptionableSourceNotFoundException()
           
OptionableSourceNotFoundException(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

OptionableSourceNotFoundException

public OptionableSourceNotFoundException()

OptionableSourceNotFoundException

public OptionableSourceNotFoundException(String message)