* Build and return the Uncaught Exception Handler for JavaFX Application Thread.
*
* @return the uncaught exception handler for JavaFX Application Thread
*/
protected UncaughtExceptionHandler getJatUncaughtExceptionHandler() {
return new JatUncaughtExceptionHandler();
}