Package org.graph4j.shortestpath
Class NegativeCycleException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.graph4j.shortestpath.NegativeCycleException
- All Implemented Interfaces:
Serializable
- Author:
- Cristian Frăsinaru
- See Also:
-
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
-
Constructor Details
-
NegativeCycleException
- Parameters:
cycle- the negative cost cycle that was detected.
-
-
Method Details
-
getCycle
- Returns:
- the negative cost cycle that was detected.
-