public class ActorGraphicalMessageHandler extends GraphicalMessageHandler
_context
Constructor and Description |
---|
ActorGraphicalMessageHandler() |
Modifier and Type | Method and Description |
---|---|
protected java.lang.Object[] |
_checkThrowableNameable(java.lang.Object[] options,
java.lang.Throwable throwable)
Under certain circumstances, add a "Go To Actor" button to the
options array.
|
protected Nameable |
_getNameable(java.lang.Throwable throwable)
Given a throwable, return the first Nameable (if any).
|
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.
|
_error, _error, _message, _warning, _warning, _yesNoCancelQuestion, _yesNoQuestion
_showStackTrace, getContext, setContext
error, error, getMessageHandler, isNonInteractive, message, setMessageHandler, setStatusHandler, shortDescription, status, uncaughtException, warning, warning, yesNoCancelQuestion, yesNoCancelQuestion, yesNoQuestion
protected java.lang.Object[] _checkThrowableNameable(java.lang.Object[] options, java.lang.Throwable throwable)
_checkThrowableNameable
in class UndeferredGraphicalMessageHandler
options
- An array of Strings, suitable for passing to
JOptionPane.showOptionDialog().throwable
- The throwable.protected Nameable _getNameable(java.lang.Throwable throwable)
throwable
- The throwable that may or may not
be an instance of KernelException or KernelRuntimeException.protected void _showNameable(java.lang.Throwable throwable)
_showNameable
in class UndeferredGraphicalMessageHandler
throwable
- The throwable that may be a KernelException
or KernelRuntimeException.