Section 16.9 Word Matching Exercise
throw
Exception Specification
Exception Propagation
Rethrow Exception
is to catch an exception through a chain of function calls. | |
is the keyword for throwing an exception. | |
is to throw the same exception in the exception handler to the caller. | |
is to declare the exception that a function may throw. |