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 booleanMapExceptionExport.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 TypeMethodDescriptionvoidActivity.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 TypeMethodDescriptionbooleanFlowable5CompatibilityHandler.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.mapExceptionsprotected List<MapExceptionEntry>ServiceTaskDelegateExpressionActivityBehavior.mapExceptionsprotected List<MapExceptionEntry>ServiceTaskExpressionActivityBehavior.mapExceptionsprotected List<MapExceptionEntry>ServiceTaskFutureJavaDelegateActivityBehavior.mapExceptionsConstructor 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 StringErrorPropagation.findMatchingExceptionMapping(Exception e, List<MapExceptionEntry> exceptionMap) static <E extends Throwable>
voidErrorPropagation.handleException(Throwable exc, ExecutionEntity execution, List<MapExceptionEntry> exceptionMap) static booleanErrorPropagation.mapException(Exception e, ExecutionEntity execution, List<MapExceptionEntry> exceptionMap)