Introduction
- Exceptions
- Indicates problem occurred in program
- Not common; An exception to a program that usually works
- Exception Handling
- Resolve exceptions
- Program may be able to continue; Controlled termination
- Write fault-tolerant programs; As an example, we will handle a divide-by-zero error
2004-12-28