harpoon.Analysis.GraphColoring
Class ColorableGraph.AlreadyHiddenException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.lang.IllegalArgumentException
                  extended by harpoon.Analysis.GraphColoring.ColorableGraph.AlreadyHiddenException
All Implemented Interfaces:
Serializable
Enclosing interface:
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)
           
 
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

ColorableGraph.AlreadyHiddenException

public ColorableGraph.AlreadyHiddenException()

ColorableGraph.AlreadyHiddenException

public ColorableGraph.AlreadyHiddenException(String s)