harpoon.Analysis.GraphColoring
Class NodeNotPresentInGraphException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--harpoon.Analysis.GraphColoring.NodeNotPresentInGraphException
All Implemented Interfaces:
Serializable

public class NodeNotPresentInGraphException
extends RuntimeException

NodeNotPresentInGraphException

Version:
$Id: NodeNotPresentInGraphException.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
NodeNotPresentInGraphException()
          Creates a NodeNotPresentInGraphException.
NodeNotPresentInGraphException(String s)
          Creates a NodeNotPresentInGraphException.
 
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

NodeNotPresentInGraphException

public NodeNotPresentInGraphException()
Creates a NodeNotPresentInGraphException.


NodeNotPresentInGraphException

public NodeNotPresentInGraphException(String s)
Creates a NodeNotPresentInGraphException.