Class MultipleEnabledTransitionsException

  • All Implemented Interfaces:
    java.io.Serializable

    public class MultipleEnabledTransitionsException
    extends IllegalActionException
    Thrown when multiple outgoing transitions from one state are enabled at the same time.
    Since:
    Ptolemy II 8.0
    Version:
    $Id$
    Author:
    Haiyang Zheng
    See Also:
    Serialized Form
    Pt.AcceptedRating:
    Red (hyzheng)
    Pt.ProposedRating:
    Red (hyzheng)
    • Constructor Detail

      • MultipleEnabledTransitionsException

        public MultipleEnabledTransitionsException​(java.lang.String detail)
        Construct an exception with a detail message.
        Parameters:
        detail - The message.
      • MultipleEnabledTransitionsException

        public MultipleEnabledTransitionsException​(Nameable object,
                                                   java.lang.String detail)
        Construct an exception with a detail message that includes the name of the first argument.
        Parameters:
        object - The object.
        detail - The message.