java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
org.jgrapht.traverse.NotDirectedAcyclicGraphException
- All Implemented Interfaces:
Serializable
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 Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NotDirectedAcyclicGraphException
public NotDirectedAcyclicGraphException()
-