I have recently read and heard about situations in which Flex error handling is misunderstood. In this blog entry, I’ll attempt to demonstrate, with a simple ...
Q: I am calling an external method in my application and want to intercept any exceptions it can possibly throw. Should I catch java.lang.Exception ? public class ...