#include <Exception.hpp>
Inheritance diagram for detail::Exception:

Public Member Functions | |
| Exception (const char *message) throw () | |
| char const * | what () const throw () |
| ~Exception () throw () | |
Private Attributes | |
| const char * | msg_ |
|
|
Definition at line 36 of file Exception.hpp. |
|
|
Definition at line 38 of file Exception.hpp. |
|
|
Definition at line 37 of file Exception.hpp. References msg_. |
|
|
Definition at line 40 of file Exception.hpp. Referenced by what(). |
1.4.2