How to catch all exceptions in Flex?
There is no way to be notified on uncaught exceptions in Flex 3. Adobe are aware of the problem but I don’t know if they plan on creating a workaround. The only solution as it stands is to put try/catch in logical places and make sure you are listening to the ERROR (or FAULT for … Read more