Chapter 10: Exceptions Handling

10.1: Exception

10.2: Two Ways to Throw Exceptions -- Manually & Automatically

10.3: Where to Handle the Exception

10.4: Exception Handler: catch Block

10.5: Perform Clean Up with finally

10.6: Return to try Block after Exception handling

10.7: Exception Specification

10.8: Exception's Hierarchy and Methods

10.9: Rethrow an Exception