Class AbstractErrorEventDefinitionBuilder<B extends AbstractErrorEventDefinitionBuilder<B>>

    • Method Detail

      • errorCodeVariable

        public B errorCodeVariable​(String errorCodeVariable)
        Sets the error code variable attribute.
      • errorMessageVariable

        public B errorMessageVariable​(String errorMessageVariable)
        Sets the error message variable attribute.
      • error

        public B error​(String errorCode)
        Sets the error attribute with errorCode.
      • error

        public B error​(String errorCode,
                       String errorMessage)
        Sets the error attribute with errorCode and errorMessage.
      • errorEventDefinitionDone

        public <T extends AbstractFlowNodeBuilder> T errorEventDefinitionDone()
        Finishes the building of a error event definition.
        Type Parameters:
        T -
        Returns:
        the parent event builder