uncaughtexceptionhandler:
`UncaughtExceptionHandler` is a [tag:java] interface defining the handlers invoked whenever a Thread throws an exception that is not caught by any `try` block. A class that implements this interface can be registered so that the programmer can control what should happen in this case.