#include <Exception.h>


Public Member Functions | |
| Exception (const std::string &aError) throw () | |
| Exception () | |
| const std::string & | getError () const throw () |
| virtual const char * | what () |
| virtual | ~Exception () throw () |
Protected Attributes | |
| std::string | error |
Definition at line 26 of file Exception.h.
| adchpp::Exception::Exception | ( | ) | [inline] |
Definition at line 29 of file Exception.h.
| adchpp::Exception::Exception | ( | const std::string & | aError | ) | throw () [inline] |
Definition at line 30 of file Exception.h.
References dcdebug.
| virtual adchpp::Exception::~Exception | ( | ) | throw () [inline, virtual] |
Definition at line 31 of file Exception.h.
| const std::string& adchpp::Exception::getError | ( | ) | const throw () [inline] |
Definition at line 32 of file Exception.h.
| virtual const char* adchpp::Exception::what | ( | ) | [inline, virtual] |
Definition at line 34 of file Exception.h.
std::string adchpp::Exception::error [protected] |
Definition at line 36 of file Exception.h.
1.6.3