Uses of Class
jmri.util.swing.ExceptionContext
-
Packages that use ExceptionContext Package Description jmri.util.swing Tools and utilities for doing a systematic reworking of the JMRI GUI. -
-
Uses of ExceptionContext in jmri.util.swing
Subclasses of ExceptionContext in jmri.util.swing Modifier and Type Class Description class
UnexpectedExceptionContext
Extends ExceptionContext class for exceptions that are not expected, and therefore have no suggestions for the user.Methods in jmri.util.swing with parameters of type ExceptionContext Modifier and Type Method Description static void
ExceptionDisplayFrame. displayExceptionDisplayFrame(java.awt.Component owner, ExceptionContext context)
Display an ExceptionDisplayFrame.
-