First page Back Continue Last page Graphics
13.1 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
- Write fault-tolerant programs
- As an example, we will handle a divide-by-zero error