Chapter Summary


  1. Programs should be robust
  2. Select appropriate exception handling mechanism for the task
  3. Exception management becomes more important on multiple-developer projects
  4. throw an exception to signal an error. One of the callers must supply a try block w/an appropriate catch clause

prev |top