Class FlowableErrorEventImpl

java.lang.Object
org.flowable.common.engine.impl.event.FlowableEventImpl
org.flowable.common.engine.impl.event.FlowableEngineEventImpl
All Implemented Interfaces:
org.flowable.common.engine.api.delegate.event.FlowableEngineEvent, org.flowable.common.engine.api.delegate.event.FlowableEvent, FlowableActivityEvent, FlowableErrorEvent, FlowableProcessEngineEvent

public class FlowableErrorEventImpl extends FlowableActivityEventImpl implements FlowableErrorEvent
Implementation of an FlowableErrorEvent.
Author:
Frederik Heremans
  • Field Details

    • errorId

      protected String errorId
    • errorCode

      protected String errorCode
  • Constructor Details

    • FlowableErrorEventImpl

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

    • getErrorId

      public String getErrorId()
      Specified by:
      getErrorId in interface FlowableErrorEvent
    • 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.