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 TypeMethodDescriptionboolean
void
setAndChildren
(boolean andChildren) void
setClassName
(String className) void
setErrorCode
(String errorCode) void
setRootCause
(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
-