Package ptolemy.graph
Class GraphTopologyException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- ptolemy.graph.GraphException
-
- ptolemy.graph.GraphTopologyException
-
- All Implemented Interfaces:
java.io.Serializable
public class GraphTopologyException extends GraphException
The exception thrown due to incorrect graph topology. This is for functions of graphs with required topologies. For example, acyclic property is required inDirectedAcyclicGraph
and the topology checking is necessary.- Since:
- Ptolemy II 2.1
- Version:
- $Id$
- Author:
- Mingyung Ko
- See Also:
- Serialized Form
- Pt.AcceptedRating:
- Red (ssb)
- Pt.ProposedRating:
- Red (myko)
-
-
Constructor Summary
Constructors Constructor Description GraphTopologyException(java.lang.String message)
Constructor with an argument of text description.
-
Method Summary
-
Methods inherited from class ptolemy.graph.GraphException
_elementDump, elementDump, graphDump, weightDump
-
-