Case Study
Learn how to handle essential exceptions by analyzing sample inputs and user actions in this case study.
We'll cover the following...
This case study will look at some ways that we can find—and help the users fix—potential problems with the data or the application’s computations. Both the data and the processing are possible sources of exceptional behavior. They aren’t, however, equivalent; we can compare the two as follows:
Data
Exceptional data is the most common source of problems. The data may not follow the syntax rules and have an invalid physical format. Other, more ...