Introduction
  • Course Introduction
  • Installing Dev C++ or Code Blocks
  • Why there was a need for Exception Handling
  • How it works?
Basic Exception Handling
  • What's inside Section 2 - Introduction
  • Exception handling mechanism - Use of try, catch, and throw
  • Another Example on try, catch & throw.
  • Basics
Function Generating Exception
  • What's inside Section 3 - Introduction
  • Function Generating Exception
  • More on throw from previous lecture.
  • Basics of Function generating exceptions
Multiple Catch Statements
  • What's inside Section 4 - Introduction
  • Multiple Catch Statement
  • Another example - Multiple catch Statements
  • Basics of Multiple catch
Advanced Section
  • What's inside Section 5 - Introduction to Advanced Section
  • Nested Exception Handling
  • Basics
  • Restricting/Specifying throw restriction
  • Re throwing an Exception
  • Basics of rethrow