|
CVC3
|
#include <sound_exception.h>
Inherits CVC3::Exception.

Public Member Functions | |
| SoundException () | |
| SoundException (const std::string &msg) | |
| SoundException (const char *msg) | |
| virtual | ~SoundException () |
| virtual std::string | toString () const |
Public Member Functions inherited from CVC3::Exception | |
| Exception () | |
| Exception (const std::string &msg) | |
| Exception (const char *msg) | |
| virtual | ~Exception () |
| void | setMessage (const std::string &msg) |
Additional Inherited Members | |
Protected Attributes inherited from CVC3::Exception | |
| std::string | d_msg |
Definition at line 31 of file sound_exception.h.
|
inline |
Definition at line 34 of file sound_exception.h.
|
inline |
Definition at line 35 of file sound_exception.h.
|
inline |
Definition at line 36 of file sound_exception.h.
|
inlinevirtual |
Definition at line 38 of file sound_exception.h.
|
inlinevirtual |
Reimplemented from CVC3::Exception.
Definition at line 39 of file sound_exception.h.
References CVC3::Exception::d_msg.
1.8.2