harpoon.Analysis.GraphColoring
Class NodeNotColoredException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by harpoon.Analysis.GraphColoring.NodeNotColoredException
All Implemented Interfaces:
Serializable

public class NodeNotColoredException
extends RuntimeException

NodeNotColoredException

Version:
$Id: NodeNotColoredException.java,v 1.2 2002/02/25 20:57:17 cananian Exp $
Author:
Felix S. Klock II <pnkfelix@mit.edu>
See Also:
Serialized Form

Constructor Summary
NodeNotColoredException()
          Creates a NodeNotColoredException.
NodeNotColoredException(String s)
          Creates a NodeNotColoredException.
 
Method Summary
 
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

NodeNotColoredException

public NodeNotColoredException()
Creates a NodeNotColoredException.


NodeNotColoredException

public NodeNotColoredException(String s)
Creates a NodeNotColoredException.