Class ScriptingBpmnUtils
java.lang.Object
com.flowable.platform.engine.impl.scripting.ScriptingBpmnUtils
- Author:
- Arthur Hupka-Merle
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidthrowError(String errorCode) Throws an BPMN Error which can be handled in the model byError start eventsorError boundary events.voidthrowError(String errorCode, String message) Throws an BPMN Error which can be handled in the model byError start eventsorError boundary events.
-
Constructor Details
-
ScriptingBpmnUtils
public ScriptingBpmnUtils()
-
-
Method Details
-
throwError
Throws an BPMN Error which can be handled in the model byError start eventsorError 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 eventsorError boundary events.- Parameters:
errorCode- the BPMN error code used as reference in BPMN models.
-