ECE 164 - Data Structures and Algorithms, Part I

In the case above, we are naming the exception "b", and using the "what" member function which returns a c-style string that can be used to identify the exception type The exception itself is thrown with a "throw" statement (we will not look at an example); programmers can even create their own exception types and throw and catch them ................
................