Package org.jdeferred2.impl
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.
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.jdeferred2.CallbackExceptionHandler
CallbackExceptionHandler.CallbackType
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
handleException
(CallbackExceptionHandler.CallbackType callbackType, Exception e)
-
Field Details
-
LOG
private static final org.slf4j.Logger LOG
-
-
Constructor Details
-
DefaultCallbackExceptionHandler
public DefaultCallbackExceptionHandler()
-
-
Method Details
-
handleException
- Specified by:
handleException
in interfaceCallbackExceptionHandler
-