Class VergilGraphicalMessageHandler

  • All Implemented Interfaces:
    java.lang.Thread.UncaughtExceptionHandler

    public class VergilGraphicalMessageHandler
    extends ActorGraphicalMessageHandler
    A message handler that optionally includes a button that opens the model that contains the actor that caused the exception and zooms into the actor.
    Since:
    Ptolemy II 10.0
    Version:
    $Id$
    Author:
    Christopher Brooks
    Pt.AcceptedRating:
    Red (cxh)
    Pt.ProposedRating:
    Red (cxh)
    • Constructor Detail

      • VergilGraphicalMessageHandler

        public VergilGraphicalMessageHandler()
    • Method Detail

      • _showNameable

        protected void _showNameable​(java.lang.Throwable throwable)
        Open the level of hierarchy of the model that contains the Nameable referred to by the KernelException or KernelRuntimeException and possibly zoom in.
        Overrides:
        _showNameable in class ActorGraphicalMessageHandler
        Parameters:
        throwable - The throwable that may be a KernelException or KernelRuntimeException.