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 class
CompensationScopeInstance
class
DefaultExceptionScopeInstance
-
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 ExceptionScopeInstance
FaultNodeInstance. getExceptionScopeInstance(String faultName)
Methods in org.jbpm.workflow.instance.node with parameters of type ExceptionScopeInstance Modifier and Type Method Description protected void
FaultNodeInstance. handleException(String faultName, ExceptionScopeInstance exceptionScopeInstance)
-