Error Handling

What We'll Learn:

In this lecture we are going to learn everything you need to know about error handling.

  • We will start by learning what the try and catch blocks are and how to use them.
  • We will then learn how to convert non-terminating exceptions into terminating ones.
  • And finally, we are going to learn how to use the finally block for any code that should be run regardless if an exception occurs.

Let’s get started!

Complete and Continue