org.activiti.engine.impl.bpmn.helper
类 ErrorPropagation
java.lang.Object
org.activiti.engine.impl.bpmn.helper.ErrorPropagation
public class ErrorPropagation
- extends Object
This class is responsible for finding and executing error handlers for BPMN
Errors.
Possible error handlers include Error Intermediate Events and Error Event
Sub-Processes.
- 作者:
- Falko Menge, Daniel Meyer
从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ErrorPropagation
public ErrorPropagation()
propagateError
public static void propagateError(BpmnError error,
ActivityExecution execution)
throws Exception
- 抛出:
Exception
propagateError
public static void propagateError(String errorCode,
ActivityExecution execution)
throws Exception
- 抛出:
Exception
Copyright © 2013 Alfresco. All rights reserved.