Uses of Interface
org.jbpm.process.core.context.exception.ExceptionHandler
Packages that use ExceptionHandler
Package
Description
-
Uses of ExceptionHandler in org.jbpm.process.core.context.exception
Classes in org.jbpm.process.core.context.exception that implement ExceptionHandlerFields in org.jbpm.process.core.context.exception with type parameters of type ExceptionHandlerModifier and TypeFieldDescriptionprotected Map<String,ExceptionHandler> ExceptionScope.exceptionHandlersMethods in org.jbpm.process.core.context.exception that return ExceptionHandlerModifier and TypeMethodDescriptionCompensationScope.getExceptionHandler(String exception) ExceptionScope.getExceptionHandler(String exception) ExceptionScope.getExceptionHandler(Throwable exception) protected ExceptionHandlerExceptionScope.getHandlerFromPolicies(Throwable exception) Methods in org.jbpm.process.core.context.exception that return types with arguments of type ExceptionHandlerMethods in org.jbpm.process.core.context.exception with parameters of type ExceptionHandlerModifier and TypeMethodDescriptionvoidExceptionScope.setExceptionHandler(String exception, ExceptionHandler exceptionHandler) Method parameters in org.jbpm.process.core.context.exception with type arguments of type ExceptionHandlerModifier and TypeMethodDescriptionvoidExceptionScope.setExceptionHandlers(Map<String, ExceptionHandler> exceptionHandlers) -
Uses of ExceptionHandler in org.jbpm.process.instance.context.exception
Methods in org.jbpm.process.instance.context.exception with parameters of type ExceptionHandlerModifier and TypeMethodDescriptionvoidCompensationScopeInstance.handleException(ExceptionHandler handler, String compensationActivityRef, KogitoProcessContext dunno) voidDefaultExceptionScopeInstance.handleException(ExceptionHandler handler, String exception, KogitoProcessContext params) abstract voidExceptionScopeInstance.handleException(ExceptionHandler handler, String exception, KogitoProcessContext params) -
Uses of ExceptionHandler in org.jbpm.ruleflow.core
Methods in org.jbpm.ruleflow.core with parameters of type ExceptionHandlerModifier and TypeMethodDescriptionRuleFlowNodeContainerFactory.exceptionHandler(String exception, ExceptionHandler exceptionHandler)