Uses of Class
org.jdeferred2.CallbackExceptionHandler.CallbackType
-
Packages that use CallbackExceptionHandler.CallbackType Package Description org.jdeferred2 org.jdeferred2.impl -
-
Uses of CallbackExceptionHandler.CallbackType in org.jdeferred2
Methods in org.jdeferred2 that return CallbackExceptionHandler.CallbackType Modifier and Type Method Description static CallbackExceptionHandler.CallbackType
CallbackExceptionHandler.CallbackType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static CallbackExceptionHandler.CallbackType[]
CallbackExceptionHandler.CallbackType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jdeferred2 with parameters of type CallbackExceptionHandler.CallbackType Modifier and Type Method Description void
CallbackExceptionHandler. handleException(CallbackExceptionHandler.CallbackType callbackType, java.lang.Exception e)
-
Uses of CallbackExceptionHandler.CallbackType in org.jdeferred2.impl
Methods in org.jdeferred2.impl with parameters of type CallbackExceptionHandler.CallbackType Modifier and Type Method Description protected void
AbstractPromise. handleException(CallbackExceptionHandler.CallbackType callbackType, java.lang.Exception e)
void
DefaultCallbackExceptionHandler. handleException(CallbackExceptionHandler.CallbackType callbackType, java.lang.Exception e)
-