Class DirectedAcyclicGraph.CycleFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jgrapht.graph.DirectedAcyclicGraph.CycleFoundException
All Implemented Interfaces:
Serializable
Enclosing class:
DirectedAcyclicGraph<V,E>

private static class DirectedAcyclicGraph.CycleFoundException extends Exception
Exception used in dfsF when a cycle is found
  • Field Details

  • Constructor Details

    • CycleFoundException

      private CycleFoundException()