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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
OptionableStateException
public OptionableStateException(String message)