<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>DeepakGaikwad.net &#187; Exception</title>
	<atom:link href="http://www.deepakgaikwad.net/index.php/tag/exception/feed" rel="self" type="application/rss+xml" />
	<link>http://www.deepakgaikwad.net</link>
	<description>Travel Articles and Tech Notes</description>
	<lastBuildDate>Thu, 19 Jan 2012 09:18:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Common Mistakes in Exception Handling</title>
		<link>http://www.deepakgaikwad.net/index.php/2010/03/04/common-mistakes-in-exception-handling.html</link>
		<comments>http://www.deepakgaikwad.net/index.php/2010/03/04/common-mistakes-in-exception-handling.html#comments</comments>
		<pubDate>Thu, 04 Mar 2010 05:46:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Dos and Don'ts]]></category>
		<category><![CDATA[Exception]]></category>

		<guid isPermaLink="false">http://www.deepakgaikwad.net/?p=1174</guid>
		<description><![CDATA[Exception is disruption to a normal execution flow of a Java (in general any) program. This disruption can be because of a runtime problem e.g. data problem, initialization problem, etc. or because of a failing business condition. Java is capable of handling all such undesired scenarios elegantly. But when it comes to a developer to use these java generated exceptions to provide enough information to different stakeholders, then few mistakes occur.]]></description>
		<wfw:commentRss>http://www.deepakgaikwad.net/index.php/2010/03/04/common-mistakes-in-exception-handling.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Escaping Special Characters with JiBX (Un) Marshalling</title>
		<link>http://www.deepakgaikwad.net/index.php/2009/01/19/escaping-special-characters-with-jibx-un-marshalling.html</link>
		<comments>http://www.deepakgaikwad.net/index.php/2009/01/19/escaping-special-characters-with-jibx-un-marshalling.html#comments</comments>
		<pubDate>Mon, 19 Jan 2009 08:33:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tech Notes]]></category>
		<category><![CDATA[CDATA]]></category>
		<category><![CDATA[Encoding]]></category>
		<category><![CDATA[Exception]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[JiBX]]></category>
		<category><![CDATA[Marshalling]]></category>
		<category><![CDATA[Spring]]></category>
		<category><![CDATA[Spring Web Services]]></category>
		<category><![CDATA[Unmarshalling]]></category>

		<guid isPermaLink="false">http://www.deepakgaikwad.net/?p=145</guid>
		<description><![CDATA[Fixing JiBX unmarshalling exception in Spring Web Services. Exception is occurred due to special characters in data.]]></description>
		<wfw:commentRss>http://www.deepakgaikwad.net/index.php/2009/01/19/escaping-special-characters-with-jibx-un-marshalling.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

