org.camunda.bpm.engine.impl.bpmn.parser
Class ErrorEventDefinition
java.lang.Object
org.camunda.bpm.engine.impl.bpmn.parser.ErrorEventDefinition
- All Implemented Interfaces:
- Serializable
public class ErrorEventDefinition
- extends Object
- implements Serializable
- Author:
- Daniel Meyer, Ronny Bräunlich
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
comparator
public static Comparator<ErrorEventDefinition> comparator
handlerActivityId
protected final String handlerActivityId
errorCode
protected String errorCode
precedence
protected Integer precedence
errorCodeVariable
protected String errorCodeVariable
errorMessageVariable
protected String errorMessageVariable
ErrorEventDefinition
public ErrorEventDefinition(String handlerActivityId)
getErrorCode
public String getErrorCode()
setErrorCode
public void setErrorCode(String errorCode)
getHandlerActivityId
public String getHandlerActivityId()
getPrecedence
public Integer getPrecedence()
setPrecedence
public void setPrecedence(Integer precedence)
catchesError
public boolean catchesError(String errorCode)
catchesException
public boolean catchesException(Exception ex)
setErrorCodeVariable
public void setErrorCodeVariable(String errorCodeVariable)
getErrorCodeVariable
public String getErrorCodeVariable()
setErrorMessageVariable
public void setErrorMessageVariable(String errorMessageVariable)
getErrorMessageVariable
public String getErrorMessageVariable()
Copyright © 2016 camunda services GmbH. All rights reserved.