Package org.jgrapht.experimental.dag
Class DirectedAcyclicGraph.CycleFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.jgrapht.experimental.dag.DirectedAcyclicGraph.CycleFoundException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- DirectedAcyclicGraph<V,E>
public static class DirectedAcyclicGraph.CycleFoundException extends java.lang.Exception
Exception used in dfsF when a cycle is found- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description CycleFoundException()
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-