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 TypeMethodDescriptionvoidhandleException(CallbackExceptionHandler.CallbackType callbackType, Exception e)
-
Method Details
-
handleException
-