public interface ExceptionCallback
| Modifier and Type | Method and Description |
|---|---|
void |
exceptionThrown(Exception e)
this method gets called when the task submitted to the ThreadPool crashes
|
void exceptionThrown(Exception e)
e - the exception catchedCopyright © 2016. All rights reserved.