30 #ifndef __CLAW_EXCEPTION_HPP__ 31 #define __CLAW_EXCEPTION_HPP__ 58 const char*
what()
const throw()
65 const std::string m_msg;
92 #define CLAW_EXCEPTION(m) claw::exception(std::string(__FUNCTION__) + ": " + m) 94 #endif // __CLAW_EXCEPTION_HPP__ exception(const std::string &msg)
Constructor.
const char * what() const
Get a short description of the problem.
A simple class to use as exception with string message.
This is the main namespace.