<?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: Printing a Stack Trace anywhere in Java</title>
	<atom:link href="http://www.benmccann.com/dev-blog/printing-a-stack-trace-anywhere-in-java/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.benmccann.com/dev-blog/printing-a-stack-trace-anywhere-in-java/</link>
	<description>The software development weblog of Benjamin McCann.</description>
	<lastBuildDate>Mon, 06 Feb 2012 21:26:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Ben</title>
		<link>http://www.benmccann.com/dev-blog/printing-a-stack-trace-anywhere-in-java/comment-page-1/#comment-17207</link>
		<dc:creator>Ben</dc:creator>
		<pubDate>Fri, 20 Nov 2009 02:12:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.benmccann.com/dev-blog/?p=202#comment-17207</guid>
		<description>Thanks Melski.  Not sure why that wasn&#039;t my first thought.  Your method is much simpler, so I&#039;ve updated the post with your suggestion.</description>
		<content:encoded><![CDATA[<p>Thanks Melski.  Not sure why that wasn&#8217;t my first thought.  Your method is much simpler, so I&#8217;ve updated the post with your suggestion.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Melski</title>
		<link>http://www.benmccann.com/dev-blog/printing-a-stack-trace-anywhere-in-java/comment-page-1/#comment-13312</link>
		<dc:creator>Melski</dc:creator>
		<pubDate>Sun, 09 Aug 2009 10:33:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.benmccann.com/dev-blog/?p=202#comment-13312</guid>
		<description>Call me lazy but whats wrong with chucking an exception and printing its stack trace?

new exception().printstacktrace();

(off the top of my head, but at worse try{throw new exception();}catch(Exception e){e.printstacktrace();)</description>
		<content:encoded><![CDATA[<p>Call me lazy but whats wrong with chucking an exception and printing its stack trace?</p>
<p>new exception().printstacktrace();</p>
<p>(off the top of my head, but at worse try{throw new exception();}catch(Exception e){e.printstacktrace();)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: atreyu</title>
		<link>http://www.benmccann.com/dev-blog/printing-a-stack-trace-anywhere-in-java/comment-page-1/#comment-12960</link>
		<dc:creator>atreyu</dc:creator>
		<pubDate>Mon, 27 Jul 2009 13:24:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.benmccann.com/dev-blog/?p=202#comment-12960</guid>
		<description>Hey good &quot;hack&quot; thanks a lot for spread your wisdom</description>
		<content:encoded><![CDATA[<p>Hey good &#8220;hack&#8221; thanks a lot for spread your wisdom</p>
]]></content:encoded>
	</item>
</channel>
</rss>

