Documentation for this section has not yet been entered.
Get method documentation [Android Documentation]
Returns the thread's uncaught exception handler. If not explicitly set,
then the ThreadGroup's handler is returned. If the thread is terminated,
then null is returned.
Set method documentation [Android Documentation]
Sets the uncaught exception handler. This handler is invoked in case this Thread dies due to an unhandled exception.