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
Author:
Kaiichiro Ota
See Also:
  • Constructor Details

    • NotDirectedAcyclicGraphException

      public NotDirectedAcyclicGraphException()