Chapter 7. Exceptions

Table of Contents

Exception Classes
Adding Data to Exceptions
Cancellation

Exception Classes

All exception objects are defined in one of the standard header files: exception, stdexcept, new, and typeinfo.

The base exception object is exception, located in exception. This object has no string member.

Derived from this are several classes that may have a string member: a full hierarchy can be found in the source documentation.