#include <report_module.h>


Public Member Functions | |
| report_module_exception (const std::string &msg) | |
| report_module_exception (const char *msg) | |
| virtual | ~report_module_exception () throw () |
| virtual char const * | what () const throw () |
| virtual api_exception_type | type () const throw () |
| virtual const char * | type_str () const throw () |
| virtual std::string | message () const throw () |
Definition at line 54 of file report_module.h.
| coco::report_module_exception::report_module_exception | ( | const std::string & | msg | ) | [inline] |
Constructor, setting the message to msg.
Definition at line 58 of file report_module.h.
| coco::report_module_exception::report_module_exception | ( | const char * | msg | ) | [inline] |
Constructor, setting the message to msg.
Definition at line 61 of file report_module.h.
| virtual coco::report_module_exception::~report_module_exception | ( | ) | throw () [inline, virtual] |
Standard Destructor
Definition at line 65 of file report_module.h.
| virtual std::string coco::api_exception::message | ( | ) | const throw () [inline, virtual, inherited] |
This method returns the message as C++-string.
Definition at line 104 of file api_exception.h.
| virtual api_exception_type coco::api_exception::type | ( | ) | const throw () [inline, virtual, inherited] |
This method returns the exception type as enum value.
Definition at line 95 of file api_exception.h.
| const char * coco::api_exception::type_str | ( | ) | const throw () [virtual, inherited] |
This method returns the exception type as C-string.
Definition at line 57 of file api_exception.cc.
| virtual char const* coco::api_exception::what | ( | ) | const throw () [inline, virtual, inherited] |
This method returns the message as C-string.
Definition at line 89 of file api_exception.h.
1.5.8