Package ptolemy.graph
Class GraphStateException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- ptolemy.graph.GraphException
-
- ptolemy.graph.GraphStateException
-
- All Implemented Interfaces:
java.io.Serializable
public class GraphStateException extends GraphException
The exception of computing a function of graph with wrong states. In some cases, a proper input graph is required to evaluate functions of a graph. Graphs with wrong states lead to invalid results or even making functions incomputable. Some examples of the states are: topology, connectivity, graph type, node/edge counts ...etc. Our design should make it impossible for this exception to ever occur, so occurrence is a bug.- 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 GraphStateException(java.lang.String message)
Constructor with an argument of text description.
-
Method Summary
-
Methods inherited from class ptolemy.graph.GraphException
_elementDump, elementDump, graphDump, weightDump
-
-