Package org.jdeferred2
Interface CallbackExceptionHandler
- All Known Implementing Classes:
DefaultCallbackExceptionHandler
public interface CallbackExceptionHandler
Handles global exceptions that are uncaught by the callbacks.
- Since:
- 2.0
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionvoid
handleException
(CallbackExceptionHandler.CallbackType callbackType, Exception e)
-
Method Details
-
handleException
-