Class GraphCycleProhibitedException

All Implemented Interfaces:
Serializable

public class GraphCycleProhibitedException extends IllegalArgumentException
Exception indicating that the vertexes supplied to DirectedAcyclicGraph would cause a cycle.
Author:
EnderCrypt (Magnus Gunnarsson)
See Also:
  • Constructor Details

    • GraphCycleProhibitedException

      public GraphCycleProhibitedException()