Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Examples

std::exception Class Reference

This is the base class for all exceptions thrown by the standard library, and by certain language expressions. Base class for all library exceptions. More...

Inheritance diagram for std::exception:

Inheritance graph
[legend]
List of all members.

Public Member Functions

 exception () throw ()
virtual ~exception () throw ()
virtual const char * what () const throw ()
 Returns a C-style character string describing the general cause of the current error.


Detailed Description

This is the base class for all exceptions thrown by the standard library, and by certain language expressions. Base class for all library exceptions.

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 50 of file exception.


Constructor & Destructor Documentation

std::exception::exception  )  throw () [inline]
 

Definition at line 53 of file exception.

virtual std::exception::~exception  )  throw () [virtual]
 


Member Function Documentation

virtual const char* std::exception::what  )  const throw () [virtual]
 

Returns a C-style character string describing the general cause of the current error.

Referenced by SoundException::SoundException().


The documentation for this class was generated from the following file:
Generated on Fri Oct 3 18:41:22 2003 for taptedDevTools by doxygen 1.3.4