Class DefaultCallbackExceptionHandler
java.lang.Object
org.jdeferred2.impl.DefaultCallbackExceptionHandler
- All Implemented Interfaces:
CallbackExceptionHandler
This default exception handler will log the exception but will not propagate it.
- Author:
- Ray Tsang
-
Nested Class Summary
Nested classes/interfaces inherited from interface CallbackExceptionHandler
CallbackExceptionHandler.CallbackType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidhandleException(CallbackExceptionHandler.CallbackType callbackType, Exception e)
-
Constructor Details
-
DefaultCallbackExceptionHandler
public DefaultCallbackExceptionHandler()
-
-
Method Details
-
handleException
- Specified by:
handleExceptionin interfaceCallbackExceptionHandler
-