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:
- Serializable
- Enclosing class:
- DirectedAcyclicGraph<V,E>
public static class DirectedAcyclicGraph.CycleFoundException
- extends Exception
Exception used in dfsF when a cycle is found
- Author:
- gilesp
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
DirectedAcyclicGraph.CycleFoundException
public DirectedAcyclicGraph.CycleFoundException()
Copyright © 2013. All rights reserved.