Uses of Interface
org.jdeferred2.CallbackExceptionHandler
Packages that use CallbackExceptionHandler
-
Uses of CallbackExceptionHandler in org.jdeferred2.impl
Classes in org.jdeferred2.impl that implement CallbackExceptionHandlerModifier and TypeClassDescriptionclass
This default exception handler will log the exception but will not propagate it.Fields in org.jdeferred2.impl declared as CallbackExceptionHandlerModifier and TypeFieldDescriptionprivate static CallbackExceptionHandler
GlobalConfiguration.globalCallbackExceptionHandler
Methods in org.jdeferred2.impl that return CallbackExceptionHandlerModifier and TypeMethodDescriptionstatic CallbackExceptionHandler
GlobalConfiguration.getGlobalCallbackExceptionHandler()
Methods in org.jdeferred2.impl with parameters of type CallbackExceptionHandlerModifier and TypeMethodDescriptionstatic void
GlobalConfiguration.setGlobalCallbackExceptionHandler
(CallbackExceptionHandler callbackExceptionHandler)