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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionstatic voidregister()voiduncaughtException(Thread t, Throwable e) 
- 
Constructor Details- 
SwingUncaughtExceptionHandlerpublic SwingUncaughtExceptionHandler()
 
- 
- 
Method Details- 
registerpublic static void register()
- 
uncaughtException- Specified by:
- uncaughtExceptionin interface- Thread.UncaughtExceptionHandler
 
 
-