<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Exceptions are for Exceptions</title>
	<atom:link href="http://www.devtopics.com/exceptions-are-for-exceptions/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.devtopics.com/exceptions-are-for-exceptions/</link>
	<description>Software Development Topics</description>
	<lastBuildDate>Thu, 18 Mar 2010 00:07:29 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Max</title>
		<link>http://www.devtopics.com/exceptions-are-for-exceptions/comment-page-1/#comment-42289</link>
		<dc:creator>Max</dc:creator>
		<pubDate>Fri, 29 May 2009 16:03:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.devtopics.com/exceptions-are-for-exceptions/#comment-42289</guid>
		<description>I&#039;ve run into code where exceptions are used for any type of error, even expected errors like invalid user input.  You would think with the speed of computer today it really wouldn&#039;t matter, but it still does, especially when looping or dealing with large data sets.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve run into code where exceptions are used for any type of error, even expected errors like invalid user input.  You would think with the speed of computer today it really wouldn&#8217;t matter, but it still does, especially when looping or dealing with large data sets.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
