Class AbstractErrorEventDefinitionBuilder<B extends AbstractErrorEventDefinitionBuilder<B>>

    • Constructor Detail

    • Method Detail

      • errorCodeVariable

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

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

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

        public B error​(java.lang.String errorCode,
                       java.lang.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