#include <sdlwavfile.h>
Inheritance diagram for SoundException:


Public Member Functions | |
| SoundException (const char *description="Sound Exception", const char *file="< unknown >", const char *error="") | |
| const char * | what () |
| virtual | ~SoundException () throw () |
| virtual const char * | what () const throw () |
| Returns a C-style character string describing the general cause of the current error. | |
Private Attributes | |
| std::string | desc |
| A detailed description of this exception. | |
Definition at line 17 of file sdlwavfile.h.
|
||||||||||||||||
|
Definition at line 29 of file sdlwavfile.cc. References desc, and std::exception::what(). |
Here is the call graph for this function:

|
|
Definition at line 24 of file sdlwavfile.h. |
|
|
Returns a C-style character string describing the general cause of the current error.
Referenced by SoundException(). |
|
|
Definition at line 23 of file sdlwavfile.h. References desc. |
|
|
A detailed description of this exception.
Definition at line 18 of file sdlwavfile.h. Referenced by SoundException(), and what(). |
1.3.4