- java.lang.Object
-
- com.iamsoft.util.ui.javafx.SimpleUncaughtExceptionHandler
-
- All Implemented Interfaces:
Thread.UncaughtExceptionHandler
public final class SimpleUncaughtExceptionHandler extends Object implements Thread.UncaughtExceptionHandler
-
-
Constructor Summary
Constructors Constructor Description SimpleUncaughtExceptionHandler(javafx.stage.Window pOwner)
-
-
-
Method Detail
-
uncaughtException
public void uncaughtException(Thread pThread, Throwable pThrowable)
- Specified by:
uncaughtException
in interfaceThread.UncaughtExceptionHandler
-
-