Package org.optaplanner.swing.impl
Class SwingUncaughtExceptionHandler
- java.lang.Object
-
- org.optaplanner.swing.impl.SwingUncaughtExceptionHandler
-
- All Implemented Interfaces:
Thread.UncaughtExceptionHandler
public class SwingUncaughtExceptionHandler extends Object implements Thread.UncaughtExceptionHandler
-
-
Constructor Summary
Constructors Constructor Description SwingUncaughtExceptionHandler()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static void
register()
void
uncaughtException(Thread t, Throwable e)
-
-
-
Method Detail
-
register
public static void register()
-
uncaughtException
public void uncaughtException(Thread t, Throwable e)
- Specified by:
uncaughtException
in interfaceThread.UncaughtExceptionHandler
-
-