<?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: Spring MVC Exception Handler</title>
	<atom:link href="http://pietrowski.info/2010/06/spring-mvc-exception-handler/feed/" rel="self" type="application/rss+xml" />
	<link>http://pietrowski.info/2010/06/spring-mvc-exception-handler/</link>
	<description></description>
	<lastBuildDate>Tue, 20 Mar 2012 01:15:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: pedro</title>
		<link>http://pietrowski.info/2010/06/spring-mvc-exception-handler/comment-page-1/#comment-652</link>
		<dc:creator>pedro</dc:creator>
		<pubDate>Tue, 23 Nov 2010 10:34:51 +0000</pubDate>
		<guid isPermaLink="false">http://pietrowski.info/2010/06/spring-mvc-exception-handler/#comment-652</guid>
		<description>@Benton999: Don&#039;t know if understand correctly. If you want to order different *ExceptionResolver-s than you can do this by using setOrder (I didn&#039;t check if that work regarding Exception resolver, but I&#039;ve used Ordered interface in different spring areas and it worked). 

If you are investing in framework probably implementing own ExceptionResolver and putting go on top setOrder(Integer.MAX_VALUE) will allow you to do whatever you want. If your framework is public, please share with link to the code

And I&#039;ve just publish the code example</description>
		<content:encoded><![CDATA[<p>@Benton999: Don&#8217;t know if understand correctly. If you want to order different *ExceptionResolver-s than you can do this by using setOrder (I didn&#8217;t check if that work regarding Exception resolver, but I&#8217;ve used Ordered interface in different spring areas and it worked). </p>
<p>If you are investing in framework probably implementing own ExceptionResolver and putting go on top setOrder(Integer.MAX_VALUE) will allow you to do whatever you want. If your framework is public, please share with link to the code</p>
<p>And I&#8217;ve just publish the code example</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pedro</title>
		<link>http://pietrowski.info/2010/06/spring-mvc-exception-handler/comment-page-1/#comment-651</link>
		<dc:creator>pedro</dc:creator>
		<pubDate>Tue, 23 Nov 2010 10:27:10 +0000</pubDate>
		<guid isPermaLink="false">http://pietrowski.info/2010/06/spring-mvc-exception-handler/#comment-651</guid>
		<description>Hi all, sorry that you have to wait for such long time, the code is ready to clone. If there are any problems fill free to contact and push me ;)</description>
		<content:encoded><![CDATA[<p>Hi all, sorry that you have to wait for such long time, the code is ready to clone. If there are any problems fill free to contact and push me <img src='http://pietrowski.info/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Benton999</title>
		<link>http://pietrowski.info/2010/06/spring-mvc-exception-handler/comment-page-1/#comment-568</link>
		<dc:creator>Benton999</dc:creator>
		<pubDate>Wed, 06 Oct 2010 13:19:20 +0000</pubDate>
		<guid isPermaLink="false">http://pietrowski.info/2010/06/spring-mvc-exception-handler/#comment-568</guid>
		<description>Pedro,

Is there any way to give priority to the in-Controller Exception Handling methods over the general Exception Handling Class you&#039;ve just described?

I&#039;d be great to let the developers implement their own methods, and just in case they forget to do so, include an Exception Handling Class in the Enterprise Framework I&#039;m Developing.

Any suggestions?

PD: A code example would make this post great!</description>
		<content:encoded><![CDATA[<p>Pedro,</p>
<p>Is there any way to give priority to the in-Controller Exception Handling methods over the general Exception Handling Class you&#8217;ve just described?</p>
<p>I&#8217;d be great to let the developers implement their own methods, and just in case they forget to do so, include an Exception Handling Class in the Enterprise Framework I&#8217;m Developing.</p>
<p>Any suggestions?</p>
<p>PD: A code example would make this post great!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Priit</title>
		<link>http://pietrowski.info/2010/06/spring-mvc-exception-handler/comment-page-1/#comment-479</link>
		<dc:creator>Priit</dc:creator>
		<pubDate>Sat, 14 Aug 2010 10:52:41 +0000</pubDate>
		<guid isPermaLink="false">http://pietrowski.info/2010/06/spring-mvc-exception-handler/#comment-479</guid>
		<description>It appears that this cannot be done because ExceptionHandler annotated method is triggered only when the same controller class causes the exception.

Source: http://stackoverflow.com/questions/3230358/spring-3-create-exceptionhandler-for-nosuchrequesthandlingmethodexception/3230559#3230559</description>
		<content:encoded><![CDATA[<p>It appears that this cannot be done because ExceptionHandler annotated method is triggered only when the same controller class causes the exception.</p>
<p>Source: <a href="http://stackoverflow.com/questions/3230358/spring-3-create-exceptionhandler-for-nosuchrequesthandlingmethodexception/3230559#3230559" rel="nofollow">http://stackoverflow.com/questions/3230358/spring-3-create-exceptionhandler-for-nosuchrequesthandlingmethodexception/3230559#3230559</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pedro</title>
		<link>http://pietrowski.info/2010/06/spring-mvc-exception-handler/comment-page-1/#comment-448</link>
		<dc:creator>pedro</dc:creator>
		<pubDate>Wed, 21 Jul 2010 21:36:04 +0000</pubDate>
		<guid isPermaLink="false">http://pietrowski.info/2010/06/spring-mvc-exception-handler/#comment-448</guid>
		<description>OK, code will just arrived in few days. I&#039;m using blogo for posting and this comments just disappers.</description>
		<content:encoded><![CDATA[<p>OK, code will just arrived in few days. I&#8217;m using blogo for posting and this comments just disappers.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

