<?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: Why you must add try/catch blocks to Java-based BPM scripts</title>
	<atom:link href="http://www.jds.net.au/tech-tips/exception-handling-for-java-bpms/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jds.net.au/tech-tips/exception-handling-for-java-bpms/</link>
	<description>Expert consulting services with HP Software</description>
	<lastBuildDate>Mon, 06 Feb 2012 00:24:35 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
	<item>
		<title>By: Stuart Moncrieff</title>
		<link>http://www.jds.net.au/tech-tips/exception-handling-for-java-bpms/#comment-2480</link>
		<dc:creator>Stuart Moncrieff</dc:creator>
		<pubDate>Wed, 15 Apr 2009 01:09:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.jds.net.au/?p=1365#comment-2480</guid>
		<description>Obviously if the method had a &lt;a href=&quot;http://en.wikipedia.org/wiki/Exception_handling#Checked_exceptions&quot; rel=&quot;nofollow&quot;&gt;checked exception&lt;/a&gt;, then the compiler would force you to put it inside a try/catch block.

In this case, SQLException is not a checked exception.

Also, it is not really necessary to add try/catch blocks to a VuGen script that will be used with LoadRunner, because if a vuser throws an exception and exits, it will be obvious from seeing a stopped vuser in the LoadRunner Controller window.</description>
		<content:encoded><![CDATA[<p>Obviously if the method had a <a href="http://en.wikipedia.org/wiki/Exception_handling#Checked_exceptions" rel="nofollow">checked exception</a>, then the compiler would force you to put it inside a try/catch block.</p>
<p>In this case, SQLException is not a checked exception.</p>
<p>Also, it is not really necessary to add try/catch blocks to a VuGen script that will be used with LoadRunner, because if a vuser throws an exception and exits, it will be obvious from seeing a stopped vuser in the LoadRunner Controller window.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

