Uses of Class
org.jbpm.process.instance.context.exception.ExceptionScopeInstance
-
Packages that use ExceptionScopeInstance Package Description org.jbpm.process.instance.context.exception org.jbpm.workflow.instance.node -
-
Uses of ExceptionScopeInstance in org.jbpm.process.instance.context.exception
Subclasses of ExceptionScopeInstance in org.jbpm.process.instance.context.exception Modifier and Type Class Description classCompensationScopeInstanceclassDefaultExceptionScopeInstance -
Uses of ExceptionScopeInstance in org.jbpm.workflow.instance.node
Methods in org.jbpm.workflow.instance.node that return ExceptionScopeInstance Modifier and Type Method Description protected ExceptionScopeInstanceFaultNodeInstance. getExceptionScopeInstance(String faultName)Methods in org.jbpm.workflow.instance.node with parameters of type ExceptionScopeInstance Modifier and Type Method Description protected voidFaultNodeInstance. handleException(String faultName, ExceptionScopeInstance exceptionScopeInstance)
-