<?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: Exception handling policy &#8211; use module exception hierarchies</title>
	<atom:link href="http://www.algorithm.co.il/blogs/programming/python/exception-handling-policy-use-module-exception-hierarchies/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.algorithm.co.il/blogs/programming/exception-handling-policy-use-module-exception-hierarchies/</link>
	<description>Algorithms, for the heck of it</description>
	<lastBuildDate>Tue, 21 Jun 2011 21:07:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.3</generator>
	<item>
		<title>By: Code Monkey</title>
		<link>http://www.algorithm.co.il/blogs/programming/exception-handling-policy-use-module-exception-hierarchies/#comment-8885</link>
		<dc:creator>Code Monkey</dc:creator>
		<pubDate>Fri, 18 Mar 2011 17:49:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.algorithm.co.il/blogs/index.php/programming/python/exception-handling-policy-use-module-exception-hierarchies/#comment-8885</guid>
		<description>This is an excellent way of handling exceptions. I think what you&#039;re talking about is basically the python version of creating exception classes in Java. Each module would have it&#039;s own exception class, and you could just handle all exception handling for each module in a single class, instead of duplicating the code around the module.</description>
		<content:encoded><![CDATA[<p>This is an excellent way of handling exceptions. I think what you&#8217;re talking about is basically the python version of creating exception classes in Java. Each module would have it&#8217;s own exception class, and you could just handle all exception handling for each module in a single class, instead of duplicating the code around the module.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

