Class CycleDetector.CycleDetectedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jgrapht.alg.cycle.CycleDetector.CycleDetectedException
All Implemented Interfaces:
Serializable
Enclosing class:
CycleDetector<V,E>

private static class CycleDetector.CycleDetectedException extends RuntimeException
Exception thrown internally when a cycle is detected during a yes/no cycle test. Must be caught by top-level detection method.
  • Field Details

  • Constructor Details

    • CycleDetectedException

      private CycleDetectedException()