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

std::bad_exception Class Reference

If an exception is thrown which is not listed in a function's exception specification, one of these may be thrown. More...

Inheritance diagram for std::bad_exception:

Inheritance graph
[legend]
Collaboration diagram for std::bad_exception:

Collaboration graph
[legend]
List of all members.

Public Member Functions

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


Detailed Description

If an exception is thrown which is not listed in a function's exception specification, one of these may be thrown.

Definition at line 62 of file exception.


Constructor & Destructor Documentation

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

Definition at line 65 of file exception.

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


Member Function Documentation

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

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