channel, level, version);
File file = new File(preparedDir, updateFileName);
DayProgramFile updateFile;
try {
updateFile = new DayProgramFile();
updateFile.readFromFile(file);
}
catch (Exception exc) {
throw new PreparationException("Loading update file for version "
+ version + " failed: " + file.getAbsolutePath(), exc);
}