Uses of Enum Class
org.jdeferred2.CallbackExceptionHandler.CallbackType
Packages that use CallbackExceptionHandler.CallbackType
-
Uses of CallbackExceptionHandler.CallbackType in org.jdeferred2
Subclasses with type arguments of type CallbackExceptionHandler.CallbackType in org.jdeferred2Methods 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 TypeMethodDescriptionvoidCallbackExceptionHandler.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 voidAbstractPromise.handleException(CallbackExceptionHandler.CallbackType callbackType, Exception e) voidDefaultCallbackExceptionHandler.handleException(CallbackExceptionHandler.CallbackType callbackType, Exception e)