Inheritance diagram for std::exception:

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. | |
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.
|
|
|
|
|
|
|
|
Returns a C-style character string describing the general cause of the current error.
Referenced by SoundException::SoundException(). |
1.3.4