-
public interface QueueThreadExceptionHandler
Interface 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 void
handleException(Exception e)
-
-
Method Detail
-
handleException
abstract void handleException(Exception e)
-
-
-
-