Catching and Handling Exceptions

<aside> 💡 Exception are classes in the Java class hierarchy.

</aside>


<aside> 💡 Catch blocks are tried in sequence.

</aside>


Generating Exceptions

When does a function generate an exception?