Uses of Interface
org.jdeferred2.CallbackExceptionHandler
-
Packages that use CallbackExceptionHandler Package Description org.jdeferred2.impl -
-
Uses of CallbackExceptionHandler in org.jdeferred2.impl
Classes in org.jdeferred2.impl that implement CallbackExceptionHandler Modifier and Type Class Description class
DefaultCallbackExceptionHandler
This default exception handler will log the exception but will not propagate it.Fields in org.jdeferred2.impl declared as CallbackExceptionHandler Modifier and Type Field Description private static CallbackExceptionHandler
GlobalConfiguration. globalCallbackExceptionHandler
Methods in org.jdeferred2.impl that return CallbackExceptionHandler Modifier and Type Method Description static CallbackExceptionHandler
GlobalConfiguration. getGlobalCallbackExceptionHandler()
Methods in org.jdeferred2.impl with parameters of type CallbackExceptionHandler Modifier and Type Method Description static void
GlobalConfiguration. setGlobalCallbackExceptionHandler(CallbackExceptionHandler callbackExceptionHandler)
-