ptolemy.graph
Class GraphConstructionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by ptolemy.graph.GraphException
                  extended by 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: GraphConstructionException.java 38798 2005-07-08 20:00:01Z cxh $
Author:
Mingyung Ko, Shuvra S. Bhattacharyya
See Also:
Serialized Form
Accepted Rating:
Red (ssb)
Proposed Rating:
Red (myko)

Constructor Summary
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
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GraphConstructionException

public GraphConstructionException(java.lang.String message)
Constructor with an argument of text description.

Parameters:
message - The exception message.