C++ Annotations Version 4.0.0

Chapter 13: Exceptions

We're always interested in getting feedback. E-mail us if you like this guide, if you think that important material is omitted, if you encounter errors in the code examples or in the documentation, if you find any typos, or generally just if you feel like e-mailing. Mail to Frank Brokken or use an e-mail form. Please state the concerned document version, found in the title. If you're interested in a printable PostScript copy, use the form, or better yet, pick up your own copy by ftp from ftp.icce.rug.nl/pub/http.

13.1: Throwing exceptions

13.1.1: The empty throw statement

13.2: The try block

13.3: Catching exceptions

13.3.1: The default catcher

13.4: Declaring exception throwers in header files