A simple class to use as exception with string message. More...
#include <exception.hpp>
Public Member Functions | |
exception (const std::string &msg) throw () | |
Constructor. | |
~exception () throw () | |
Desctructor. | |
const char * | what () const throw () |
Get a short description of the problem. | |
A simple class to use as exception with string message.
Definition at line 42 of file exception.hpp.
|
inline |
Constructor.
msg | A short description of the problem. |
Definition at line 49 of file exception.hpp.
|
inline |
Desctructor.
Definition at line 54 of file exception.hpp.
|
inline |
Get a short description of the problem.
Definition at line 58 of file exception.hpp.