- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.jgrapht.alg.cycle.CycleDetector.CycleDetectedException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- CycleDetector<V,E>
private static class CycleDetector.CycleDetectedException extends java.lang.RuntimeException
Exception thrown internally when a cycle is detected during a yes/no cycle test. Must be caught by top-level detection method.
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Modifier Constructor Description private
CycleDetectedException()
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-