UncaughtExceptionHandler.uncaughtException

Method invoked when the given thread terminates due to the given uncaught exception. <p>Any exception thrown by this method will be ignored by the Java Virtual Machine. @param t the thread @param e the exception

interface UncaughtExceptionHandler
void
uncaughtException
(
Thread t
,
Throwable e
)

Meta