From: "Matthew Henry" <[EMAIL PROTECTED]> > > * You'll never forget to check a return code of a function. If a function > errors, it throws an exception. > * Instead of error handling code sprinkled througout the code, you add the > error handling code where it's appropriate, separated from the code that > generated it. > * Allows you to handle an entire class of errors with the same code. > * lets a method defer the handling of its errors to a method higher up on > the call stack. > * no cryptic integer return codes > > I'm sure there's plenty of web sites that can enumerate the benefits of > exception handling better than I can.
Nope, I think you did a pretty good job. :) -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/support/forums/
