java.lang.Object
org.flowable.engine.impl.bpmn.parser.Error

public class Error extends Object
Represents a BPMN Error definition, whereas BpmnError represents an actual instance of an Error.
Author:
Joram Barrez
  • Field Details

    • id

      protected String id
    • errorCode

      protected String errorCode
  • Constructor Details

    • Error

      public Error()
  • Method Details

    • getId

      public String getId()
    • setId

      public void setId(String id)
    • getErrorCode

      public String getErrorCode()
    • setErrorCode

      public void setErrorCode(String errorCode)