* Build and return the Default Uncaught Exception Handler for All threads which don't have any handler.
*
* @return the uncaught exception handler for All threads which don't have any handler.
*/
protected UncaughtExceptionHandler getDefaultUncaughtExceptionHandler() {
return new DefaultUncaughtExceptionHandler();
}