- All Implemented Interfaces:
- java.lang.Thread.UncaughtExceptionHandler
- Enclosing class:
- Launcher
public class Launcher.JobControlThreadExceptionHandler
extends java.lang.Object
implements java.lang.Thread.UncaughtExceptionHandler
An exception handler class to handle exceptions thrown by the job controller thread
Its a local class. This is the only mechanism to catch unhandled thread exceptions
Unhandled exceptions in threads are handled by the VM if the handler is not registered
explicitly or if the default handler is null