Standard C++ Library Class Reference

Click on the banner to return to the Class Reference home page.
©Copyright 1996 Rogue Wave Software
exception
Standard Exception
Summary
Classes supporting logic and runtime errors.
Contents
Synopsis
Description
Interface
Constructors
Destructor
Operators
Member Function
Constructors for Derived Classes
Example
Synopsis
#include <exception>
class exception;
Description
The class exception defines the base class for the types of objects thrown as exceptions by
Standard C++ Library components, and certain expressions, to report errors detected during
program execution. User's can also use these exceptions to report errors in their own programs.