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. ...