207208209210211212213214215216
/** * {@inheritDoc} */ public Duration getDuration() throws PlaylistException { try { return new Duration(this.itPlaylist.getDuration()); } catch (PlaylistDeletedException e) { throw new ITObjectDeletedError(this); } }