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