Package ptolemy.graph

Class 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 java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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.