for (int i = 1; i < itPlaylists.getCount() + 1; i++) {
Playlist playlist = this.source.getPlaylistFactory().getPlaylist(itPlaylists.item(i));
this.playlists.put(playlist.getName(), playlist);
}
} catch (SourceDeletedException e) {
throw new JitcaUnexpectedError();
} catch (ObjectDeletedException e) {
throw new JitcaUnexpectedError();
}
}