- 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- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static java.lang.String
GRAPH_IS_NOT_A_DAG
private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description NotDirectedAcyclicGraphException()
-
-
-
Field Detail
-
GRAPH_IS_NOT_A_DAG
private static final java.lang.String GRAPH_IS_NOT_A_DAG
- See Also:
- Constant Field Values
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-