}catch(IOException e) {
ErrorHandler.handle(mLocalizer.msg("couldNotLoadFavoritesSettings","Could not load settings for favorites"), e);
}
try {
mConfigurationHandler.loadData(new DataDeserializer(){
public void read(ObjectInputStream in) throws IOException, ClassNotFoundException {
readData(in);
}
});
}catch(IOException e) {