Package ptolemy.graph

Class GraphActionException

  • All Implemented Interfaces:
    java.io.Serializable

    public class GraphActionException
    extends IllegalActionException
    Exception for graph action errors. This is a non-RuntimeException and should be caught by calling methods.
    Since:
    Ptolemy II 2.1
    Version:
    $Id$
    Author:
    Mingyung Ko
    See Also:
    Serialized Form
    Pt.AcceptedRating:
    Red (ssb)
    Pt.ProposedRating:
    Red (myko)
    • Constructor Detail

      • GraphActionException

        public GraphActionException​(java.lang.String message)
        Constructor with an argument of text description.
        Parameters:
        message - Detailed description of the error.
      • GraphActionException

        public GraphActionException​(java.lang.Throwable cause,
                                    java.lang.String message)
        Constructor with an argument of text description.
        Parameters:
        message - Detailed description of the error.
        cause - The cause of this exception, or null if the cause is not known or nonexistent.