Class PteraErrorEvent

  • All Implemented Interfaces:
    DebugEvent

    public class PteraErrorEvent
    extends PteraDebugEvent
    A debug event for reporting errors in the execution of Ptera models.
    Since:
    Ptolemy II 8.0
    Version:
    $Id$
    Author:
    Thomas Huining Feng
    Pt.AcceptedRating:
    Red (tfeng)
    Pt.ProposedRating:
    Yellow (tfeng)
    • Constructor Summary

      Constructors 
      Constructor Description
      PteraErrorEvent​(Event source, java.lang.String message)
      Construct a debug event with the source and a message.
    • Constructor Detail

      • PteraErrorEvent

        public PteraErrorEvent​(Event source,
                               java.lang.String message)
        Construct a debug event with the source and a message.
        Parameters:
        source - The source of the debug event.
        message - The message.