Uses of Enum Class
org.jdeferred2.CallbackExceptionHandler.CallbackType
Packages that use CallbackExceptionHandler.CallbackType
-
Uses of CallbackExceptionHandler.CallbackType in org.jdeferred2
Methods in org.jdeferred2 that return CallbackExceptionHandler.CallbackTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.CallbackExceptionHandler.CallbackType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jdeferred2 with parameters of type CallbackExceptionHandler.CallbackTypeModifier and TypeMethodDescriptionvoid
CallbackExceptionHandler.handleException
(CallbackExceptionHandler.CallbackType callbackType, Exception e) -
Uses of CallbackExceptionHandler.CallbackType in org.jdeferred2.impl
Methods in org.jdeferred2.impl with parameters of type CallbackExceptionHandler.CallbackTypeModifier and TypeMethodDescriptionprotected void
AbstractPromise.handleException
(CallbackExceptionHandler.CallbackType callbackType, Exception e) void
DefaultCallbackExceptionHandler.handleException
(CallbackExceptionHandler.CallbackType callbackType, Exception e)