interface for handlers invoked when a Thread abruptly terminates due to an uncaught exception. @FunctionalInterface public interface UncaughtExceptionHandler { /** * Method invoked when the given ...