| Package | Description |
|---|---|
| org.jbpm.compiler.xml | |
| org.jbpm.process.core.context.exception | |
| org.jbpm.process.instance.context.exception | |
| org.jbpm.ruleflow.core | |
| org.jbpm.ruleflow.core.factory |
| Modifier and Type | Method and Description |
|---|---|
static void |
XmlWorkflowProcessDumper.visitExceptionHandlers(Map<String,ExceptionHandler> exceptionHandlers,
StringBuilder xmlDump) |
| Modifier and Type | Class and Description |
|---|---|
class |
ActionExceptionHandler |
class |
CompensationHandler |
| Modifier and Type | Field and Description |
|---|---|
protected Map<String,ExceptionHandler> |
ExceptionScope.exceptionHandlers |
| Modifier and Type | Method and Description |
|---|---|
ExceptionHandler |
ExceptionScope.getExceptionHandler(String exception) |
ExceptionHandler |
CompensationScope.getExceptionHandler(String exception) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,ExceptionHandler> |
ExceptionScope.getExceptionHandlers() |
| Modifier and Type | Method and Description |
|---|---|
void |
ExceptionScope.setExceptionHandler(String exception,
ExceptionHandler exceptionHandler) |
| Modifier and Type | Method and Description |
|---|---|
void |
ExceptionScope.setExceptionHandlers(Map<String,ExceptionHandler> exceptionHandlers) |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
ExceptionScopeInstance.handleException(ExceptionHandler handler,
String exception,
Object params) |
void |
DefaultExceptionScopeInstance.handleException(ExceptionHandler handler,
String exception,
Object params) |
void |
CompensationScopeInstance.handleException(ExceptionHandler handler,
String compensationActivityRef,
Object dunno) |
| Modifier and Type | Method and Description |
|---|---|
RuleFlowProcessFactory |
RuleFlowProcessFactory.exceptionHandler(String exception,
ExceptionHandler exceptionHandler) |
| Modifier and Type | Method and Description |
|---|---|
DynamicNodeFactory |
DynamicNodeFactory.exceptionHandler(String exception,
ExceptionHandler exceptionHandler) |
CompositeNodeFactory |
CompositeNodeFactory.exceptionHandler(String exception,
ExceptionHandler exceptionHandler) |
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.