Class CamundaErrorEventDefinition
- java.lang.Object
-
- org.camunda.bpm.engine.impl.bpmn.parser.ErrorEventDefinition
-
- org.camunda.bpm.engine.impl.bpmn.parser.CamundaErrorEventDefinition
-
- All Implemented Interfaces:
Serializable
public class CamundaErrorEventDefinition extends ErrorEventDefinition
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.camunda.bpm.engine.impl.bpmn.parser.ErrorEventDefinition
comparator, errorCode, errorCodeVariable, errorMessageVariable, handlerActivityId, precedence
-
-
Constructor Summary
Constructors Constructor Description CamundaErrorEventDefinition(String handlerActivityId, Expression expression)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getErrorCode()
Expression
getExpression()
void
setErrorCode(String errorCode)
void
setExpression(Expression expression)
-
Methods inherited from class org.camunda.bpm.engine.impl.bpmn.parser.ErrorEventDefinition
catchesError, catchesException, getErrorCodeVariable, getErrorMessageVariable, getHandlerActivityId, getPrecedence, setErrorCodeVariable, setErrorMessageVariable, setPrecedence
-
-
-
-
Constructor Detail
-
CamundaErrorEventDefinition
public CamundaErrorEventDefinition(String handlerActivityId, Expression expression)
-
-
Method Detail
-
getErrorCode
public String getErrorCode()
- Overrides:
getErrorCode
in classErrorEventDefinition
-
setErrorCode
public void setErrorCode(String errorCode)
- Overrides:
setErrorCode
in classErrorEventDefinition
-
getExpression
public Expression getExpression()
-
setExpression
public void setExpression(Expression expression)
-
-