Package ptolemy.graph

Class 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 in DirectedAcyclicGraph 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 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

      • GraphTopologyException

        public GraphTopologyException​(java.lang.String message)
        Constructor with an argument of text description.
        Parameters:
        message - The exception message.