- t
- the Thread that terminated with an uncaught exception
- e
- the uncaught exception itself
Handles uncaught exceptions. Any uncaught exception in any Thread is forwarded to the thread's ThreadGroup by invoking this method.
New code should use Thread.UncaughtExceptionHandler instead of thread groups.