Class MapExceptionEntry

java.lang.Object
org.flowable.bpmn.model.MapExceptionEntry

public class MapExceptionEntry extends Object
Author:
Saeid Mirzaei
  • Field Details

    • errorCode

      protected String errorCode
    • className

      protected String className
    • andChildren

      protected boolean andChildren
    • rootCause

      protected String rootCause
  • Constructor Details

    • MapExceptionEntry

      public MapExceptionEntry()
    • MapExceptionEntry

      public MapExceptionEntry(String errorCode, String className, boolean andChildren, String rootCause)
  • Method Details

    • getErrorCode

      public String getErrorCode()
    • setErrorCode

      public void setErrorCode(String errorCode)
    • getClassName

      public String getClassName()
    • setClassName

      public void setClassName(String className)
    • isAndChildren

      public boolean isAndChildren()
    • setAndChildren

      public void setAndChildren(boolean andChildren)
    • getRootCause

      public String getRootCause()
    • setRootCause

      public void setRootCause(String rootCause)