java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jgrapht.graph.DirectedAcyclicGraph.CycleFoundException
- All Implemented Interfaces:
Serializable
- Enclosing class:
DirectedAcyclicGraph<V,
E>
Exception used in dfsF when a cycle is found
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
CycleFoundException
private CycleFoundException()
-