#include <Exception.hpp>
Public Member Functions | |
| Exception (std::string message_) | |
| virtual | ~Exception () |
| std::string | getMessage () const |
Private Attributes | |
| std::string | message |
| csound::Exception::Exception | ( | std::string | message_ | ) | [inline] |
| virtual csound::Exception::~Exception | ( | ) | [inline, virtual] |
| std::string csound::Exception::getMessage | ( | ) | const [inline] |
References message.
std::string csound::Exception::message [private] |
Referenced by getMessage().
1.5.6