Author: ks156
Date: 2009-01-12 12:16:43 +0100 (Mon, 12 Jan 2009)
New Revision: 3407
Modified:
software_suite_v2/software/gadgets/tuxdroid-gadget-feed/main_gadget/trunk/tuxdroid-gadget-feed/sources/net/karmaLab/tuxDroid/gadgets/FeedGadget.java
Log:
* Removed the printStackTrace when an exception occurs.
Modified:
software_suite_v2/software/gadgets/tuxdroid-gadget-feed/main_gadget/trunk/tuxdroid-gadget-feed/sources/net/karmaLab/tuxDroid/gadgets/FeedGadget.java
===================================================================
---
software_suite_v2/software/gadgets/tuxdroid-gadget-feed/main_gadget/trunk/tuxdroid-gadget-feed/sources/net/karmaLab/tuxDroid/gadgets/FeedGadget.java
2009-01-12 10:46:24 UTC (rev 3406)
+++
software_suite_v2/software/gadgets/tuxdroid-gadget-feed/main_gadget/trunk/tuxdroid-gadget-feed/sources/net/karmaLab/tuxDroid/gadgets/FeedGadget.java
2009-01-12 11:16:43 UTC (rev 3407)
@@ -167,13 +167,11 @@
// Catch a timeout / bad connection
catch (java.net.UnknownHostException e) {
throwMessage("Sorry, I could not connect to the rss
server. Please check your internet connection or try again later.");
- e.printStackTrace();
return;
}
// Catch a malformed URL
catch (java.io.IOException e) {
throwMessage("Sorry, I couldn't find the feed url.
Please check your rss configuration.");
- e.printStackTrace();
return;
}
------------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It is the best place to buy or sell services for
just about anything Open Source.
http://p.sf.net/sfu/Xq1LFB
_______________________________________________
Tux-droid-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tux-droid-svn