Exceptions
This lesson gives a brief introduction to exceptions.
We'll cover the following...
Exceptions #
Unexpected situations are part of programs: user mistakes, programming errors, changes in the program environment, etc. Programs must be written in ways to avoid producing incorrect results when faced with exceptional ...