public class MapExceptionEntry extends Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
andChildren |
protected String |
className |
protected String |
errorCode |
protected String |
rootCause |
| Constructor and Description |
|---|
MapExceptionEntry() |
MapExceptionEntry(String errorCode,
String className,
boolean andChildren,
String rootCause) |
| Modifier and Type | Method and Description |
|---|---|
String |
getClassName() |
String |
getErrorCode() |
String |
getRootCause() |
boolean |
isAndChildren() |
void |
setAndChildren(boolean andChildren) |
void |
setClassName(String className) |
void |
setErrorCode(String errorCode) |
void |
setRootCause(String rootCause) |
protected String errorCode
protected String className
protected boolean andChildren
protected String rootCause
public String getErrorCode()
public void setErrorCode(String errorCode)
public String getClassName()
public void setClassName(String className)
public boolean isAndChildren()
public void setAndChildren(boolean andChildren)
public String getRootCause()
public void setRootCause(String rootCause)
Copyright © 2022 Flowable. All rights reserved.