super(o);
}
public IITTrack item(long index) throws PlaylistDeletedException {
try {
DispatchObject dispatch = super.itemDispatchObject(index);
return ITTrackImpl.create(dispatch);
} catch (ITUNES_E_OBJECTDELETED e) {
throw new PlaylistDeletedException();
} catch (ObjectDeletedException e) {
throw new PlaylistDeletedException();