Class NotDirectedAcyclicGraphException

All Implemented Interfaces:
Serializable

public class NotDirectedAcyclicGraphException extends IllegalArgumentException
An exception to signal that TopologicalOrderIterator is used for a non-directed acyclic graph. Note that this class extends IllegalArgumentException for backward compatibility
See Also:
  • Field Details

  • Constructor Details

    • NotDirectedAcyclicGraphException

      public NotDirectedAcyclicGraphException()