The Exceptions Mechanism

Exceptions provide a mechanism for dealing with unusual circumstances in programs. The exception classes have the following characteristics:

The exception classes' member functions allow you to:



Using Exceptions


Using Throw Macros
Interpreting Exceptions
Using Assertion Macros
Using try and catch
Rethrowing Exceptions
Deriving Your Own Exceptions
Tracing Exceptions