gishur.graph.algorithms
Class NegativeCycleException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--gishur.graph.algorithms.NegativeCycleException
All Implemented Interfaces:
java.io.Serializable

public class NegativeCycleException
extends java.lang.RuntimeException

This Exception is thrown by the BellmanFord-Algorithm, when a negative cycle is detected in the Graph.

See Also:
Serialized Form

Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait