<?xml version="1.0" encoding="UTF-8"?>











<rss version="2.0" xmlns:jf="http://www.jivesoftware.com/xmlns/jiveforums/rss">



<channel>
    <title>Support Forums: Message List - Is this a good way to handle Exceptions?</title>
    <link>http://www.theserverside.com</link>
    <description>Most recent forum messages</description>
    <language>en</language>
    
        <generator>Jive Forums Silver 5.5.30 (www.jivesoftware.com)</generator>
    
    <pubDate>Thu, 23 May 2013 10:12:38 -0400</pubDate>


    <item>

        <title>Is this a good way to handle Exceptions?</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=38221</link>

        

        
            <description><![CDATA[In general, I don't see the point of logging, then throwing the exception again.  Catching it solely to log it isn't a good enough reason to catch it ... you end up catching it, logging it, throwing it, catching it again higher up, logging it, throwing...]]></description>
        

        <pubDate>Sat, 24 Dec 2005 19:58:15 -0500</pubDate>

        

        <jf:creationDate>Sat, 24 Dec 2005 19:58:15 -0500</jf:creationDate>
        <jf:modificationDate>Sat, 24 Dec 2005 19:58:15 -0500</jf:modificationDate>
        <jf:date>Dec 24, 2005</jf:date>
        <jf:author>Eric Bowman</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Is this a good way to handle Exceptions?</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=38221</link>

        

        
            <description><![CDATA[Yes It is good &amp; recommended practice to have a global exceptions in this case. Throwing an exception is a good practice, but handling them with care takes a lot to it as well.<br><br>&nbsp;&nbsp;&nbsp;&nbsp;try...]]></description>
        

        <pubDate>Thu, 22 Dec 2005 20:15:08 -0500</pubDate>

        

        <jf:creationDate>Thu, 22 Dec 2005 20:15:08 -0500</jf:creationDate>
        <jf:modificationDate>Thu, 22 Dec 2005 20:15:08 -0500</jf:modificationDate>
        <jf:date>Dec 22, 2005</jf:date>
        <jf:author>bava syed</jf:author>
        <jf:replyCount>0</jf:replyCount>
    </item>


    <item>

        <title>Is this a good way to handle Exceptions?</title>
        <link>http://www.theserverside.com/discussions/thread.tss?thread_id=38221</link>

        

        
            <description><![CDATA[Hi pls consider following in a stateless session bean public method.<br><br>...<br>try{<br>&nbsp;&nbsp;...<br>&nbsp;&nbsp;...<br>&nbsp;&nbsp;String xml = null;<br>&nbsp;&nbsp;try{<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;xml = parseXML(stream);<br>&nbsp;&nbsp;}...]]></description>
        

        <pubDate>Thu, 22 Dec 2005 15:26:28 -0500</pubDate>

        

        <jf:creationDate>Thu, 22 Dec 2005 15:26:28 -0500</jf:creationDate>
        <jf:modificationDate>Thu, 22 Dec 2005 15:26:28 -0500</jf:modificationDate>
        <jf:date>Dec 22, 2005</jf:date>
        <jf:author>ranji c</jf:author>
        <jf:replyCount>2</jf:replyCount>
    </item>



</channel>
</rss>

