uk.ac.man.bioinf.gui.color
Class ColorMapException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--uk.ac.man.bioinf.gui.color.ColorMapException
All Implemented Interfaces:
Serializable

public class ColorMapException
extends RuntimeException

ColorMapException.java Created: Mon Apr 10 09:06:32 2000

Version:
$Id: ColorMapException.java,v 1.2 2001/04/11 17:04:42 lord Exp $
Author:
J Selley
See Also:
Serialized Form

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

ColorMapException

public ColorMapException(String message)