Interface ErrorEventDefinition

All Superinterfaces:
BaseElement, BpmnModelElementInstance, EventDefinition, ModelElementInstance, RootElement
All Known Subinterfaces:
CamundaErrorEventDefinition
All Known Implementing Classes:
CamundaErrorEventDefinitionImpl, ErrorEventDefinitionImpl

public interface ErrorEventDefinition extends EventDefinition
The BPMN errorEventDefinition element
Author:
Sebastian Menski
  • Method Details

    • getError

      Error getError()
    • setError

      void setError(Error error)
    • setCamundaErrorCodeVariable

      void setCamundaErrorCodeVariable(String camundaErrorCodeVariable)
    • getCamundaErrorCodeVariable

      String getCamundaErrorCodeVariable()
    • setCamundaErrorMessageVariable

      void setCamundaErrorMessageVariable(String camundaErrorCauseVariable)
    • getCamundaErrorMessageVariable

      String getCamundaErrorMessageVariable()