Class FlowableErrorEventImpl

    • Field Detail

      • errorId

        protected String errorId
      • errorCode

        protected String errorCode
    • Constructor Detail

      • FlowableErrorEventImpl

        public FlowableErrorEventImpl​(org.flowable.common.engine.api.delegate.event.FlowableEngineEventType type)
    • Method Detail

      • setErrorId

        public void setErrorId​(String errorId)
      • setErrorCode

        public void setErrorCode​(String errorCode)
      • getErrorCode

        public String getErrorCode()
        Specified by:
        getErrorCode in interface FlowableErrorEvent
        Returns:
        the error-code of the error. Returns null, if no specific error-code has been specified when the error was thrown.