Package com.google.mu.util.graph
Class CyclicGraphException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
com.google.mu.util.graph.CyclicGraphException
- All Implemented Interfaces:
Serializable
Thrown when running into any unexpected cycle during traversal.
- Since:
- 4.3
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal List
<?> Returns the cyclic path with the last node being the entry point of the cycle.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
-
cyclicPath
Returns the cyclic path with the last node being the entry point of the cycle.
-