Class ScriptingBpmnUtils
java.lang.Object
com.flowable.platform.engine.impl.scripting.ScriptingBpmnUtils
- Author:
- Arthur Hupka-Merle
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
throwError
(String errorCode) Throws an BPMN Error which can be handled in the model byError start events
orError boundary events
.void
throwError
(String errorCode, String message) Throws an BPMN Error which can be handled in the model byError start events
orError boundary events
.
-
Constructor Details
-
ScriptingBpmnUtils
public ScriptingBpmnUtils()
-
-
Method Details
-
throwError
Throws an BPMN Error which can be handled in the model byError start events
orError boundary events
.- Parameters:
errorCode
- the BPMN error code used as reference in BPMN models.message
- additional message to carry.
-
throwError
Throws an BPMN Error which can be handled in the model byError start events
orError boundary events
.- Parameters:
errorCode
- the BPMN error code used as reference in BPMN models.
-