Package ptolemy.graph
Class GraphConstructionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- ptolemy.graph.GraphException
-
- ptolemy.graph.GraphConstructionException
-
- All Implemented Interfaces:
java.io.Serializable
public class GraphConstructionException extends GraphException
The exception of modifying graph elements in wrong ways. The modification is due to the change of topology or improper weight association. Function evaluations incurred by graph reading do not cause this exception.- Since:
- Ptolemy II 2.1
- Version:
- $Id$
- Author:
- Mingyung Ko, Shuvra S. Bhattacharyya
- See Also:
- Serialized Form
- Pt.AcceptedRating:
- Red (ssb)
- Pt.ProposedRating:
- Red (myko)
-
-
Constructor Summary
Constructors Constructor Description GraphConstructionException(java.lang.String message)
Constructor with an argument of text description.
-
Method Summary
-
Methods inherited from class ptolemy.graph.GraphException
_elementDump, elementDump, graphDump, weightDump
-
-