Class CyclicGraphException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.spongepowered.collections.graph.CyclicGraphException
- All Implemented Interfaces:
Serializable
An exception for when a graph contains an unexpected cycle.
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionList<DirectedGraph.DataNode<?>[]>
Gets a list of all cycles found in the graph.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CyclicGraphException
-
-
Method Details
-
getCycles
Gets a list of all cycles found in the graph.
-