<?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: Global Exception / Error Handling in AS3</title>
	<atom:link href="http://clintm.esria.com/2006/12/02/global-exception-error-handling-in-as3/feed/" rel="self" type="application/rss+xml" />
	<link>http://clintm.esria.com/2006/12/02/global-exception-error-handling-in-as3/</link>
	<description>Enterprise Scale Rich Internet Applications</description>
	<pubDate>Tue, 06 Jan 2009 11:23:14 +0000</pubDate>
	<generator>http://wordpress.org/?v=MU</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Joshua</title>
		<link>http://clintm.esria.com/2006/12/02/global-exception-error-handling-in-as3/#comment-5039</link>
		<dc:creator>Joshua</dc:creator>
		<pubDate>Wed, 30 Jul 2008 15:45:44 +0000</pubDate>
		<guid isPermaLink="false">http://clintmodien.wordpress.com/2006/12/02/global-exception-error-handling-in-as3/#comment-5039</guid>
		<description>This feature is sorely needed - I sure hope they get this into the next version of the Flash Player.</description>
		<content:encoded><![CDATA[<p>This feature is sorely needed - I sure hope they get this into the next version of the Flash Player.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aaron</title>
		<link>http://clintm.esria.com/2006/12/02/global-exception-error-handling-in-as3/#comment-4962</link>
		<dc:creator>Aaron</dc:creator>
		<pubDate>Wed, 12 Mar 2008 17:21:48 +0000</pubDate>
		<guid isPermaLink="false">http://clintmodien.wordpress.com/2006/12/02/global-exception-error-handling-in-as3/#comment-4962</guid>
		<description>They've moved it into a feature request.  Here's the new url:

http://bugs.adobe.com/jira/browse/SDK-11423</description>
		<content:encoded><![CDATA[<p>They&#8217;ve moved it into a feature request.  Here&#8217;s the new url:</p>
<p><a href="http://bugs.adobe.com/jira/browse/SDK-11423" rel="nofollow">http://bugs.adobe.com/jira/browse/SDK-11423</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: janosch</title>
		<link>http://clintm.esria.com/2006/12/02/global-exception-error-handling-in-as3/#comment-4749</link>
		<dc:creator>janosch</dc:creator>
		<pubDate>Mon, 10 Dec 2007 22:41:44 +0000</pubDate>
		<guid isPermaLink="false">http://clintmodien.wordpress.com/2006/12/02/global-exception-error-handling-in-as3/#comment-4749</guid>
		<description>i entered it in the bug-database, you can vote for it: http://bugs.adobe.com/jira/browse/ASC-3060</description>
		<content:encoded><![CDATA[<p>i entered it in the bug-database, you can vote for it: <a href="http://bugs.adobe.com/jira/browse/ASC-3060" rel="nofollow">http://bugs.adobe.com/jira/browse/ASC-3060</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: janosch</title>
		<link>http://clintm.esria.com/2006/12/02/global-exception-error-handling-in-as3/#comment-4746</link>
		<dc:creator>janosch</dc:creator>
		<pubDate>Mon, 10 Dec 2007 17:57:25 +0000</pubDate>
		<guid isPermaLink="false">http://clintmodien.wordpress.com/2006/12/02/global-exception-error-handling-in-as3/#comment-4746</guid>
		<description>I miss this possibility too.
Why is the Application.error not fired when an exception is not caught?
If the debug-player can show the stack trace, why cant we get an Event somewhere.
Since evrything occurs based on an event, the best place to catch all not yet caught exceptions would be in the EventDispatcher.dispatchEvent i think.</description>
		<content:encoded><![CDATA[<p>I miss this possibility too.<br />
Why is the Application.error not fired when an exception is not caught?<br />
If the debug-player can show the stack trace, why cant we get an Event somewhere.<br />
Since evrything occurs based on an event, the best place to catch all not yet caught exceptions would be in the EventDispatcher.dispatchEvent i think.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zwetan</title>
		<link>http://clintm.esria.com/2006/12/02/global-exception-error-handling-in-as3/#comment-5</link>
		<dc:creator>zwetan</dc:creator>
		<pubDate>Mon, 04 Dec 2006 11:03:29 +0000</pubDate>
		<guid isPermaLink="false">http://clintmodien.wordpress.com/2006/12/02/global-exception-error-handling-in-as3/#comment-5</guid>
		<description>well, I suppose you just have one main entry point in your code

then just wrap this one in a try/catch and it should catch any errors

in case you can not/don't want to use the debug player</description>
		<content:encoded><![CDATA[<p>well, I suppose you just have one main entry point in your code</p>
<p>then just wrap this one in a try/catch and it should catch any errors</p>
<p>in case you can not/don&#8217;t want to use the debug player</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Clint Modien</title>
		<link>http://clintm.esria.com/2006/12/02/global-exception-error-handling-in-as3/#comment-4</link>
		<dc:creator>Clint Modien</dc:creator>
		<pubDate>Sun, 03 Dec 2006 02:20:38 +0000</pubDate>
		<guid isPermaLink="false">http://clintmodien.wordpress.com/2006/12/02/global-exception-error-handling-in-as3/#comment-4</guid>
		<description>Thanks seno... loved your &lt;a href="http://www.kirupa.com/forum/showthread.php?t=223798" rel="nofollow"&gt;100  Actionscript3 tips. &lt;/a&gt;.  It's fantastic that it it notifies my eyes with the debug player.  But I need something like &lt;a href="http://www.thescripts.com/forum/thread349228.html" rel="nofollow"&gt; this &lt;/a&gt; for as3.
</description>
		<content:encoded><![CDATA[<p>Thanks seno&#8230; loved your <a href="http://www.kirupa.com/forum/showthread.php?t=223798" rel="nofollow">100  Actionscript3 tips. </a>.  It&#8217;s fantastic that it it notifies my eyes with the debug player.  But I need something like <a href="http://www.thescripts.com/forum/thread349228.html" rel="nofollow"> this </a> for as3.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: senocular</title>
		<link>http://clintm.esria.com/2006/12/02/global-exception-error-handling-in-as3/#comment-3</link>
		<dc:creator>senocular</dc:creator>
		<pubDate>Sun, 03 Dec 2006 02:08:22 +0000</pubDate>
		<guid isPermaLink="false">http://clintmodien.wordpress.com/2006/12/02/global-exception-error-handling-in-as3/#comment-3</guid>
		<description>If you install the Debug player, uncaught exceptions should be visible via popup dialog</description>
		<content:encoded><![CDATA[<p>If you install the Debug player, uncaught exceptions should be visible via popup dialog</p>
]]></content:encoded>
	</item>
</channel>
</rss>
