Uses of Class
org.flowable.bpmn.model.MapExceptionEntry
Packages that use MapExceptionEntry
Package
Description
-
Uses of MapExceptionEntry in org.flowable.bpmn.converter.export
Method parameters in org.flowable.bpmn.converter.export with type arguments of type MapExceptionEntryModifier and TypeMethodDescriptionstatic boolean
MapExceptionExport.writeMapExceptionExtensions
(List<MapExceptionEntry> mapExceptionList, boolean didWriteExtensionStartElement, XMLStreamWriter xtw) -
Uses of MapExceptionEntry in org.flowable.bpmn.model
Fields in org.flowable.bpmn.model with type parameters of type MapExceptionEntryMethods in org.flowable.bpmn.model that return types with arguments of type MapExceptionEntryMethod parameters in org.flowable.bpmn.model with type arguments of type MapExceptionEntryModifier and TypeMethodDescriptionvoid
Activity.setMapExceptions
(List<MapExceptionEntry> mapExceptions) -
Uses of MapExceptionEntry in org.flowable.engine.compatibility
Method parameters in org.flowable.engine.compatibility with type arguments of type MapExceptionEntryModifier and TypeMethodDescriptionboolean
Flowable5CompatibilityHandler.mapException
(Exception camelException, DelegateExecution execution, List<MapExceptionEntry> mapExceptions) -
Uses of MapExceptionEntry in org.flowable.engine.impl.bpmn.behavior
Fields in org.flowable.engine.impl.bpmn.behavior with type parameters of type MapExceptionEntryModifier and TypeFieldDescriptionprotected List<MapExceptionEntry>
CallActivityBehavior.mapExceptions
protected List<MapExceptionEntry>
ServiceTaskDelegateExpressionActivityBehavior.mapExceptions
protected List<MapExceptionEntry>
ServiceTaskExpressionActivityBehavior.mapExceptions
protected List<MapExceptionEntry>
ServiceTaskFutureJavaDelegateActivityBehavior.mapExceptions
Constructor parameters in org.flowable.engine.impl.bpmn.behavior with type arguments of type MapExceptionEntryModifierConstructorDescriptionServiceTaskFutureJavaDelegateActivityBehavior
(FutureJavaDelegate<?> futureJavaDelegate, boolean triggerable, Expression skipExpression, List<MapExceptionEntry> mapExceptions) -
Uses of MapExceptionEntry in org.flowable.engine.impl.bpmn.helper
Fields in org.flowable.engine.impl.bpmn.helper with type parameters of type MapExceptionEntryMethod parameters in org.flowable.engine.impl.bpmn.helper with type arguments of type MapExceptionEntryModifier and TypeMethodDescriptionstatic String
ErrorPropagation.findMatchingExceptionMapping
(Exception e, List<MapExceptionEntry> exceptionMap) static <E extends Throwable>
voidErrorPropagation.handleException
(Throwable exc, ExecutionEntity execution, List<MapExceptionEntry> exceptionMap) static boolean
ErrorPropagation.mapException
(Exception e, ExecutionEntity execution, List<MapExceptionEntry> exceptionMap)