Interface AsyncExceptionHandler
-
public interface AsyncExceptionHandlerAn interface marking a task as capable of handling exceptions thrown by different threads, other than the one executing the task itself.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhandleAsyncException(String message, Throwable exception)Handles an exception thrown by another thread (e.g.
-