}
} catch (Exception exception) {
GraphElement graphElement = executionContext.getEventSource();
if (graphElement!=null) {
graphElement.raiseException(exception, executionContext);
} else {
throw new DelegationException(exception, executionContext);
}
}
}