Exception Handling
- slide 2 : 30
What is the motivation?
Why should we care about errors and error handling?
Understand
the nature of errors
"An error is not just an error"
Prevent
as many errors as possible in the final program
Automatically - via tools
Manually - in a distinguished testing effort
Make programs more
robust
A program should,
while executing
, be able to resist and survive unexpected situations