Package gda.scan

Class NoExceptionThreadPoolExecutor

All Implemented Interfaces:
AutoCloseable, Executor, ExecutorService

public class NoExceptionThreadPoolExecutor extends ThreadPoolExecutor
Subclass of ThreadPoolExecutor that rejects any new task submissions following observation of an exception a task. The method raiseExceptionIfSeen will raise the Exception observed in the task.