* Build and return the Uncaught Exception Handler for JRebirth Internal Thread.
*
* @return the uncaught exception handler for JRebirth Internal Thread
*/
protected UncaughtExceptionHandler getJitUncaughtExceptionHandler() {
return new JitUncaughtExceptionHandler();
}