} catch (ParameterProblem e) {
throw new ExecutionProblem(
"unexpected problem: " + e.getMessage(), e);
}
final Schedule_Type xmlSchedule = allrefs[i].getSchedule();
if (xmlSchedule == null) {
throw new ExecutionProblem(
"(?) no schedule in factory response");
}