Class BpmnRaisableError

    • Constructor Detail

      • BpmnRaisableError

        public BpmnRaisableError​(String errorCode,
                                 BpmnRaisableData data)
        Creates a new raisable error with the given error code and data.
        Parameters:
        errorCode - The error code of the error.
        data - The data for the raisable, such as its display name and details.
      • BpmnRaisableError

        public BpmnRaisableError​(de.xima.bpmn_model.api.element.bpmn.common.Error error,
                                 BpmnRaisableData data)
        Creates a new raisable error from the given Error and data.
        Parameters:
        error - An error with an error code.
        data - The data for the raisable, such as its display name and details.