- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- java.lang.IllegalArgumentException
-
- org.jgrapht.traverse.NotDirectedAcyclicGraphException
-
- All Implemented Interfaces:
Serializable
public class NotDirectedAcyclicGraphException extends IllegalArgumentException
Thrown to indicate thatTopologicalOrderIterator
is used for a non-directed acyclic graph. Note that this class extendsIllegalArgumentException
for backward compatibility.- Since:
- 1.5.2
- Author:
- Kaiichiro Ota
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NotDirectedAcyclicGraphException()
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-