Package jmri.util.exceptionhandler
Class UncaughtExceptionHandler
java.lang.Object
jmri.util.exceptionhandler.UncaughtExceptionHandler
- All Implemented Interfaces:
Thread.UncaughtExceptionHandler
Class to log exceptions that rise to the top of threads, including to the top
of the AWT event processing loop.
Using code must install this with
Thread.setDefaultUncaughtExceptionHandler(new UncaughtExceptionHandler());
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
UncaughtExceptionHandler
public UncaughtExceptionHandler()
-
-
Method Details
-
uncaughtException
- Specified by:
uncaughtExceptionin interfaceThread.UncaughtExceptionHandler
-
systemExit
-