Package org.flowable.bpmn.model
Class MapExceptionEntry
java.lang.Object
org.flowable.bpmn.model.MapExceptionEntry
- Author:
- Saeid Mirzaei
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionMapExceptionEntry(String errorCode, String className, boolean andChildren, String rootCause) -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidsetAndChildren(boolean andChildren) voidsetClassName(String className) voidsetErrorCode(String errorCode) voidsetRootCause(String rootCause)
-
Field Details
-
errorCode
-
className
-
andChildren
protected boolean andChildren -
rootCause
-
-
Constructor Details
-
MapExceptionEntry
public MapExceptionEntry() -
MapExceptionEntry
-
-
Method Details
-
getErrorCode
-
setErrorCode
-
getClassName
-
setClassName
-
isAndChildren
public boolean isAndChildren() -
setAndChildren
public void setAndChildren(boolean andChildren) -
getRootCause
-
setRootCause
-