Package org.jdeferred2.impl
Class DefaultCallbackExceptionHandler
- java.lang.Object
-
- org.jdeferred2.impl.DefaultCallbackExceptionHandler
-
- All Implemented Interfaces:
CallbackExceptionHandler
public class DefaultCallbackExceptionHandler extends java.lang.Object implements 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 Modifier and Type Field Description private static org.slf4j.Logger
LOG
-
Constructor Summary
Constructors Constructor Description DefaultCallbackExceptionHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
handleException(CallbackExceptionHandler.CallbackType callbackType, java.lang.Exception e)
-
-
-
Method Detail
-
handleException
public void handleException(CallbackExceptionHandler.CallbackType callbackType, java.lang.Exception e)
- Specified by:
handleException
in interfaceCallbackExceptionHandler
-
-