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 SummaryFields inherited from class org.camunda.bpm.engine.impl.bpmn.parser.ErrorEventDefinitioncomparator, errorCode, errorCodeVariable, errorMessageVariable, handlerActivityId, precedence
- 
Constructor SummaryConstructorsConstructorDescriptionCamundaErrorEventDefinition(String handlerActivityId, Expression expression) 
- 
Method SummaryModifier and TypeMethodDescriptionvoidsetErrorCode(String errorCode) voidsetExpression(Expression expression) Methods inherited from class org.camunda.bpm.engine.impl.bpmn.parser.ErrorEventDefinitioncatchesError, catchesException, getErrorCodeVariable, getErrorMessageVariable, getHandlerActivityId, getPrecedence, setErrorCodeVariable, setErrorMessageVariable, setPrecedence
- 
Constructor Details- 
CamundaErrorEventDefinition
 
- 
- 
Method Details- 
getErrorCode- Overrides:
- getErrorCodein class- ErrorEventDefinition
 
- 
setErrorCode- Overrides:
- setErrorCodein class- ErrorEventDefinition
 
- 
getExpression
- 
setExpression
 
-