Interface BlockingThreadPoolExecutor.ExceptionHandler
-
- All Known Implementing Classes:
BlockingThreadPoolExecutor.SilentExceptionHandler
- Enclosing class:
- BlockingThreadPoolExecutor
public static interface BlockingThreadPoolExecutor.ExceptionHandler
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
handleException(java.lang.Throwable theThrowable)
-