#include <sound_exception.h>
Inheritance diagram for CVC3::SoundException:
Definition at line 31 of file sound_exception.h.
CVC3::SoundException::SoundException | ( | ) | [inline] |
Definition at line 34 of file sound_exception.h.
CVC3::SoundException::SoundException | ( | const std::string & | msg | ) | [inline] |
Definition at line 35 of file sound_exception.h.
CVC3::SoundException::SoundException | ( | const char * | msg | ) | [inline] |
Definition at line 36 of file sound_exception.h.
virtual CVC3::SoundException::~SoundException | ( | ) | [inline, virtual] |
Definition at line 38 of file sound_exception.h.
virtual std::string CVC3::SoundException::toString | ( | ) | const [inline, virtual] |
Reimplemented from CVC3::Exception.
Definition at line 39 of file sound_exception.h.
References CVC3::Exception::d_msg.