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
- See Also:
-
Field Summary
Fields inherited from class org.camunda.bpm.engine.impl.bpmn.parser.ErrorEventDefinition
comparator, errorCode, errorCodeVariable, errorMessageVariable, handlerActivityId, precedence
-
Constructor Summary
ConstructorDescriptionCamundaErrorEventDefinition
(String handlerActivityId, Expression expression) -
Method Summary
Modifier and TypeMethodDescriptionvoid
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 Details
-
CamundaErrorEventDefinition
-
-
Method Details
-
getErrorCode
- Overrides:
getErrorCode
in classErrorEventDefinition
-
setErrorCode
- Overrides:
setErrorCode
in classErrorEventDefinition
-
getExpression
-
setExpression
-