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

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

public class OptionableStateException
extends Exception

OptionableStateException.java This exception is thrown when an Optionable object is in an illegal state. This normally indicates that an attempt to set the Optionable state of an object that has already been set. Created: Thu Feb 1 20:39:43 2001

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

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

OptionableStateException

public OptionableStateException(String message)