<?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: Exception handling in JavaScript</title>
	<atom:link href="http://unitstep.net/blog/2007/11/25/exception-handling-in-javascript/feed/" rel="self" type="application/rss+xml" />
	<link>http://unitstep.net/blog/2007/11/25/exception-handling-in-javascript/</link>
	<description>the home of peter chng</description>
	<lastBuildDate>Tue, 22 May 2012 03:36:29 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: JodiBahu</title>
		<link>http://unitstep.net/blog/2007/11/25/exception-handling-in-javascript/comment-page-1/#comment-270818</link>
		<dc:creator>JodiBahu</dc:creator>
		<pubDate>Wed, 21 Sep 2011 11:43:26 +0000</pubDate>
		<guid isPermaLink="false">http://unitstep.net/blog/2007/11/25/exception-handling-in-javascript/#comment-270818</guid>
		<description>Hello Guys,
A runtime error which causes to break the execution of a program is known as exception and mechanism to handle this exception so that program did not terminate abnormally is known as Exception handling....... for more details check out the following link....
&lt;a href=&quot;http://mindstick.com/Articles/ba0d0b0e-c5a2-40a6-8c27-0aba348bd2e4/?Exception%20handling%20in%20Java%20Script&quot; rel=&quot;nofollow&quot;&gt;http://mindstick.com/Articles/ba0d0b0e-c5a2-40a6-8c27-0aba348bd2e4/?Exception%20handling%20in%20Java%20Script&lt;/a&gt;

Thanks !!!</description>
		<content:encoded><![CDATA[<p>Hello Guys,<br />
A runtime error which causes to break the execution of a program is known as exception and mechanism to handle this exception so that program did not terminate abnormally is known as Exception handling&#8230;&#8230;. for more details check out the following link&#8230;.<br />
<a href="http://mindstick.com/Articles/ba0d0b0e-c5a2-40a6-8c27-0aba348bd2e4/?Exception%20handling%20in%20Java%20Script" rel="nofollow">http://mindstick.com/Articles/ba0d0b0e-c5a2-40a6-8c27-0aba348bd2e4/?Exception%20handling%20in%20Java%20Script</a></p>
<p>Thanks !!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: igor</title>
		<link>http://unitstep.net/blog/2007/11/25/exception-handling-in-javascript/comment-page-1/#comment-268710</link>
		<dc:creator>igor</dc:creator>
		<pubDate>Wed, 14 Sep 2011 10:10:11 +0000</pubDate>
		<guid isPermaLink="false">http://unitstep.net/blog/2007/11/25/exception-handling-in-javascript/#comment-268710</guid>
		<description>Thanks for the article! :)</description>
		<content:encoded><![CDATA[<p>Thanks for the article! <img src='http://unitstep.net/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Chng</title>
		<link>http://unitstep.net/blog/2007/11/25/exception-handling-in-javascript/comment-page-1/#comment-99259</link>
		<dc:creator>Peter Chng</dc:creator>
		<pubDate>Tue, 18 Mar 2008 01:22:15 +0000</pubDate>
		<guid isPermaLink="false">http://unitstep.net/blog/2007/11/25/exception-handling-in-javascript/#comment-99259</guid>
		<description>Hi Paul,

I wasn&#039;t able to reproduce your error.  How are you doing the import?  I just linked the files using the &lt;script&gt; tags.</description>
		<content:encoded><![CDATA[<p>Hi Paul,</p>
<p>I wasn&#8217;t able to reproduce your error.  How are you doing the import?  I just linked the files using the &lt;script&gt; tags.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Bull</title>
		<link>http://unitstep.net/blog/2007/11/25/exception-handling-in-javascript/comment-page-1/#comment-99197</link>
		<dc:creator>Paul Bull</dc:creator>
		<pubDate>Mon, 17 Mar 2008 14:42:41 +0000</pubDate>
		<guid isPermaLink="false">http://unitstep.net/blog/2007/11/25/exception-handling-in-javascript/#comment-99197</guid>
		<description>I&#039;m trying to figure out if you can handle exceptions across files? For example:
File 1:
function Throw()
{
  throw new Error();
}

File 2: (imports from file 1)
function TryCatch()
{
  try
  {
     Throw();
  }
  catch(ex)
  {
    return ex.message;
  }
}

Can&#039;t seem to get this to work. Complains that there is not try/catch block in Throw().  Is there a way around this?

Thank,
Paul</description>
		<content:encoded><![CDATA[<p>I&#8217;m trying to figure out if you can handle exceptions across files? For example:<br />
File 1:<br />
function Throw()<br />
{<br />
  throw new Error();<br />
}</p>
<p>File 2: (imports from file 1)<br />
function TryCatch()<br />
{<br />
  try<br />
  {<br />
     Throw();<br />
  }<br />
  catch(ex)<br />
  {<br />
    return ex.message;<br />
  }<br />
}</p>
<p>Can&#8217;t seem to get this to work. Complains that there is not try/catch block in Throw().  Is there a way around this?</p>
<p>Thank,<br />
Paul</p>
]]></content:encoded>
	</item>
</channel>
</rss>

