<?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: RuntimeExceptions and Gurus failing to meditate</title>
	<atom:link href="http://javablog.co.uk/2008/10/18/runtimeexceptions-and-gurus-failing-to-meditate/feed/" rel="self" type="application/rss+xml" />
	<link>http://javablog.co.uk/2008/10/18/runtimeexceptions-and-gurus-failing-to-meditate/</link>
	<description>by Java coders, for Java coders</description>
	<lastBuildDate>Tue, 07 Sep 2010 06:16:07 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Sam</title>
		<link>http://javablog.co.uk/2008/10/18/runtimeexceptions-and-gurus-failing-to-meditate/comment-page-1/#comment-26559</link>
		<dc:creator>Sam</dc:creator>
		<pubDate>Wed, 03 Dec 2008 12:12:15 +0000</pubDate>
		<guid isPermaLink="false">http://javablog.co.uk/?p=81#comment-26559</guid>
		<description>&lt;p&gt;@jonhnny ah but doesn&#039;t the documentation for &lt;a href=&quot;http://java.sun.com/javase/6/docs/api/java/rmi/UnexpectedException.html&quot; rel=&quot;nofollow&quot;&gt;&lt;code&gt;UnexpectedException&lt;/code&gt;&lt;/a&gt; explain itself as&lt;/p&gt;

&lt;blockquote&gt;
  &lt;p&gt;&quot;An UnexpectedException is thrown if the client of a remote method call receives, as a result of the call, a checked exception that is not among the checked exception types declared in the throws clause of the method in the remote interface.&quot;&lt;/p&gt;
&lt;/blockquote&gt;

&lt;p&gt;which isn&#039;t particularly generic, despite the nice name of the exception itself.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@jonhnny ah but doesn&#8217;t the documentation for <a href="http://java.sun.com/javase/6/docs/api/java/rmi/UnexpectedException.html" rel="nofollow"><code>UnexpectedException</code></a> explain itself as</p>

<blockquote>
  <p>&#8220;An UnexpectedException is thrown if the client of a remote method call receives, as a result of the call, a checked exception that is not among the checked exception types declared in the throws clause of the method in the remote interface.&#8221;</p>
</blockquote>

<p>which isn&#8217;t particularly generic, despite the nice name of the exception itself.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: jonhnny</title>
		<link>http://javablog.co.uk/2008/10/18/runtimeexceptions-and-gurus-failing-to-meditate/comment-page-1/#comment-26558</link>
		<dc:creator>jonhnny</dc:creator>
		<pubDate>Wed, 03 Dec 2008 12:07:26 +0000</pubDate>
		<guid isPermaLink="false">http://javablog.co.uk/?p=81#comment-26558</guid>
		<description>&lt;p&gt;I use an UnexpectedException, a RuntimeExcpetion like as GuruMeditationFailure! :D&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I use an UnexpectedException, a RuntimeExcpetion like as GuruMeditationFailure! <img src='http://javablog.co.uk/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>]]></content:encoded>
	</item>
	<item>
		<title>By: Jaroslaw Dobrzanski</title>
		<link>http://javablog.co.uk/2008/10/18/runtimeexceptions-and-gurus-failing-to-meditate/comment-page-1/#comment-11985</link>
		<dc:creator>Jaroslaw Dobrzanski</dc:creator>
		<pubDate>Tue, 21 Oct 2008 12:32:52 +0000</pubDate>
		<guid isPermaLink="false">http://javablog.co.uk/?p=81#comment-11985</guid>
		<description>&lt;p&gt;When learning for SCJP I&#039;ve made the following notes (they can be useful for the background): http://dobrzanski.net/2008/03/22/exeptions-and-errors/&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>When learning for SCJP I&#8217;ve made the following notes (they can be useful for the background): <a href="http://dobrzanski.net/2008/03/22/exeptions-and-errors/" rel="nofollow">http://dobrzanski.net/2008/03/22/exeptions-and-errors/</a></p>]]></content:encoded>
	</item>
	<item>
		<title>By: Omry</title>
		<link>http://javablog.co.uk/2008/10/18/runtimeexceptions-and-gurus-failing-to-meditate/comment-page-1/#comment-11815</link>
		<dc:creator>Omry</dc:creator>
		<pubDate>Mon, 20 Oct 2008 17:00:46 +0000</pubDate>
		<guid isPermaLink="false">http://javablog.co.uk/?p=81#comment-11815</guid>
		<description>&lt;p&gt;I have been known to throw new RuntimeException(&quot;Broken logic, life sucks&quot;) exceptions from here and there.
or exceptions with strange error codes, such as new RuntimeException(&quot;Error 69&quot;).&lt;/p&gt;

&lt;p&gt;I don&#039;t expect to ever get a report about those, but it&#039;s always fun. :)&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I have been known to throw new RuntimeException(&#8220;Broken logic, life sucks&#8221;) exceptions from here and there.
or exceptions with strange error codes, such as new RuntimeException(&#8220;Error 69&#8221;).</p>

<p>I don&#8217;t expect to ever get a report about those, but it&#8217;s always fun. <img src='http://javablog.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>]]></content:encoded>
	</item>
</channel>
</rss>
