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 Modifier and Type Interface Description static class
CallbackExceptionHandler.CallbackType
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
handleException(CallbackExceptionHandler.CallbackType callbackType, java.lang.Exception e)
-
-
-
Method Detail
-
handleException
void handleException(CallbackExceptionHandler.CallbackType callbackType, java.lang.Exception e)
-
-