Class ScriptingBpmnUtils


  • public class ScriptingBpmnUtils
    extends Object
    Author:
    Arthur Hupka-Merle
    • Constructor Detail

      • ScriptingBpmnUtils

        public ScriptingBpmnUtils()
    • Method Detail

      • throwError

        public void throwError​(String errorCode,
                               String message)
        Throws an BPMN Error which can be handled in the model by Error start events or Error 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 by Error start events or Error boundary events.
        Parameters:
        errorCode - the BPMN error code used as reference in BPMN models.