- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalArgumentException
-
- org.jgrapht.traverse.NotDirectedAcyclicGraphException
-
- All Implemented Interfaces:
java.io.Serializable
public class NotDirectedAcyclicGraphException extends java.lang.IllegalArgumentException
An exception to signal thatTopologicalOrderIterator
is used for a non-directed acyclic graph. Note that this class extendsIllegalArgumentException
for backward compatibility- Author:
- Kaiichiro Ota
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NotDirectedAcyclicGraphException()
-