-
public interface QueueThreadExceptionHandlerInterface for a class that knows how to handle an Exception thrown while executing a Runnable submitted via runOnQueue.
-
-
Method Summary
Modifier and Type Method Description abstract voidhandleException(Exception e)-
-
Method Detail
-
handleException
abstract void handleException(Exception e)
-
-
-
-