Handling non-local errors at runtime (part 1)

This lesson contains approximately 30 minutes of video content.

Handling non-local errors at runtime

Exceptions

Errata: On the slide titled Exceptions we write that the catch-block is followed by an exception handler. We meant to write that the try block is followed by an exception handler that specifies the types of objects that it can catch.

Questions