public class ActorGraphicalMessageHandler extends GraphicalMessageHandler
| Red (cxh) |
| Red (cxh) |
_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, setContexterror, error, getMessageHandler, isRunningNightlyBuild, message, setMessageHandler, shortDescription, warning, warning, yesNoCancelQuestion, yesNoCancelQuestion, yesNoQuestionprotected java.lang.Object[] _checkThrowableNameable(java.lang.Object[] options,
java.lang.Throwable throwable)
_checkThrowableNameable in class UndeferredGraphicalMessageHandleroptions - 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 UndeferredGraphicalMessageHandlerthrowable - The throwable that may be a KernelException
or KernelRuntimeException.