}
public void parseBoundaryErrorEventDefinition(Element errorEventDefinition, boolean interrupting, ActivityImpl activity, ActivityImpl nestedErrorEventActivity) {
nestedErrorEventActivity.setProperty("type", "boundaryError");
ScopeImpl catchingScope = nestedErrorEventActivity.getParent();
((ActivityImpl) catchingScope).setScope(true);
String errorRef = errorEventDefinition.attribute("errorRef");
Error error = null;
ErrorEventDefinition definition = new ErrorEventDefinition(nestedErrorEventActivity.getId());