Whole document tree std::exception Class ReferenceBase class for all library exceptions. More...Inheritance diagram for std::exception: ![]()
Detailed DescriptionBase class for all library exceptions.This is the base class for all exceptions thrown by the standard library, and by certain language expressions. You are free to derive your own exception classes, or use a different hierarchy, or to throw non-class data (e.g., fundamental types).
Definition at line 49 of file exception. Constructor & Destructor Documentation
Member Function Documentation
The documentation for this class was generated from the following files: Generated on Mon Apr 8 03:18:29 2002 for libstdc++-v3 Source by ![]() |