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 - 
Method Summary
Modifier and TypeMethodDescriptionstatic voidregister()voiduncaughtException(Thread t, Throwable e)  
- 
Constructor Details
- 
SwingUncaughtExceptionHandler
public SwingUncaughtExceptionHandler() 
 - 
 - 
Method Details
- 
register
public static void register() - 
uncaughtException
- Specified by:
 uncaughtExceptionin interfaceThread.UncaughtExceptionHandler
 
 -