<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DZone Snippets: stack code</title>
    <link>http://snippets.dzone.com/posts</link>
    <pubDate>Thu, 24 Jul 2008 22:46:25 GMT</pubDate>
    <description>DZone Snippets: stack code</description>
    <item>
      <title>Get a String version of a stacktrace</title>
      <link>http://snippets.dzone.com/posts/show/4562</link>
      <description>// Get a String version of a stacktrace&lt;br /&gt;&lt;br /&gt;&lt;code&gt;&lt;br /&gt;    Throwable t = new Throwable();  // test code&lt;br /&gt;&lt;br /&gt;    final Writer result = new StringWriter();&lt;br /&gt;    final PrintWriter printWriter = new PrintWriter(result);&lt;br /&gt;    t.printStackTrace(printWriter);&lt;br /&gt;    result.toString();&lt;br /&gt;&lt;/code&gt;</description>
      <pubDate>Thu, 20 Sep 2007 21:00:14 GMT</pubDate>
      <guid>http://snippets.dzone.com/posts/show/4562</guid>
      <author>frost137 (Douglas Wyatt)</author>
    </item>
  </channel>
</rss>
