Package org.activiti.bpmn.model
Class MapExceptionEntry
- java.lang.Object
-
- org.activiti.bpmn.model.MapExceptionEntry
-
public class MapExceptionEntry extends Object
-
-
Constructor Summary
Constructors Constructor Description MapExceptionEntry(String errorCode, String className, boolean andChildren)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetClassName()StringgetErrorCode()booleanisAndChildren()voidsetAndChildren(boolean andChildren)voidsetClassName(String className)voidsetErrorCode(String errorCode)
-
-
-
Method Detail
-
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)
-
-