try {
infoExecutionCourse = EditExecutionCourseInfo.run(infoExecutionCourseEditor);
} catch (FenixServiceException e) {
logger.error(e.getMessage(), e);
throw new FenixActionException(e.getMessage());
} catch (DomainException ex) {
addActionMessage("error", request, ex.getMessage(), ex.getArgs());
return editExecutionCourse(mapping, actionForm, request, response);
}