360361362363364365366367368
// TestTODO public void quit() throws UserCancelException { try { this.iTunesCom.callProcedure("Quit"); } catch (ITUNES_E_USERCANCEL e) { throw new UserCancelException(); } }
358359360361362363364365366
8384858687888990
params[3] = theme; this.iTunesCom.callProcedure("Print", params); } catch (ITUNES_E_OBJECTDELETED e) { throw new PlaylistDeletedException(this); } catch (ITUNES_E_USERCANCEL e) { throw new UserCancelException(); } }