Exceptions Handling
This lesson lists issues to be cognizant of when working with Java exceptions.
We'll cover the following...
Notes on Exceptions
Use exceptions for exceptional situations and not for ordinary control flow.
Use checked exceptions for ...