Class ScriptingBpmnUtils
- java.lang.Object
-
- com.flowable.platform.engine.impl.scripting.ScriptingBpmnUtils
-
public class ScriptingBpmnUtils extends Object
- Author:
- Arthur Hupka-Merle
-
-
Constructor Summary
Constructors Constructor Description ScriptingBpmnUtils()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
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
.
-
-
-
Method Detail
-
throwError
public void throwError(String errorCode, String message)
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
public void throwError(String errorCode)
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.
-
-