Package jmri.util.swing
Class UnexpectedExceptionContext
java.lang.Object
jmri.util.swing.ExceptionContext
jmri.util.swing.UnexpectedExceptionContext
Extends ExceptionContext class for exceptions that are not expected, and
therefore have no suggestions for the user.
-
Field Summary
Fields inherited from class jmri.util.swing.ExceptionContext
exception, hint, operation, prefaceString -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class jmri.util.swing.ExceptionContext
getClipboardString, getException, getHint, getOperation, getPreface, getStackTraceAsString, getStackTraceString, getSummary
-
Constructor Details
-
UnexpectedExceptionContext
-
-
Method Details
-
getTitle
Description copied from class:ExceptionContextGet a String to use as the Title for this Context.- Overrides:
getTitlein classExceptionContext- Returns:
- Localised Exception message, truncated to 80 chars.
-