Artist albumArtist = this.getArtist(); // AlbumArtist is not part of
// IITTrack
try {
this.album = this.source.getAlbum(itTrack.getAlbum(), albumArtist);
} catch (TrackDeletedException e) {
throw new JitcaInitializationError(
"Track could not be initialized, because iTunes object has been deleted!");
}
}