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());