4849505152535455
try { this.itPlaylist.addTrack(track.getITTrack()); } catch (PlaylistDeletedException e) { throw new ITObjectDeletedError(this); } catch (PlaylistReadOnlyException e) { throw new PlaylistReadOnly(this); } }
127128129130131132133134
try { this.itPlaylist.setName(name); } catch (ObjectDeletedException e) { throw new ITObjectDeletedError(this); } catch (ObjectLockedException e) { throw new PlaylistReadOnly(this); } }