harpoon.Analysis.GraphColoring
Class ColorableGraph.AlreadyHiddenException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--java.lang.IllegalArgumentException
                          |
                          +--harpoon.Analysis.GraphColoring.ColorableGraph.AlreadyHiddenException
All Implemented Interfaces:
Serializable
Enclosing class:
ColorableGraph

public static class ColorableGraph.AlreadyHiddenException
extends IllegalArgumentException

AlreadyHiddenException will be thrown on attempt to call g.addNode(n) while n is a member of the set of hidden nodes in g.

See Also:
Serialized Form

Constructor Summary
ColorableGraph.AlreadyHiddenException()
           
ColorableGraph.AlreadyHiddenException(String s)
           
 
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

ColorableGraph.AlreadyHiddenException

public ColorableGraph.AlreadyHiddenException()

ColorableGraph.AlreadyHiddenException

public ColorableGraph.AlreadyHiddenException(String s)