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 classDefaultCallbackExceptionHandlerThis 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 CallbackExceptionHandlerGlobalConfiguration. globalCallbackExceptionHandlerMethods in org.jdeferred2.impl that return CallbackExceptionHandler Modifier and Type Method Description static CallbackExceptionHandlerGlobalConfiguration. getGlobalCallbackExceptionHandler()Methods in org.jdeferred2.impl with parameters of type CallbackExceptionHandler Modifier and Type Method Description static voidGlobalConfiguration. setGlobalCallbackExceptionHandler(CallbackExceptionHandler callbackExceptionHandler)
-