78798081828384
for (ExecutionCourse executionCourse : grouping.getExecutionCourses()) { if (person.hasProfessorshipForExecutionCourse(executionCourse)) { return; } } throw new IllegalDataAccessException("", person); }