#include <exception.hpp>
Definition at line 69 of file exception.hpp.
Public Member Functions | |
bad_format (const std::string &msg) throw () | |
Constructor. |
claw::bad_format::bad_format | ( | const std::string & | msg | ) | throw () [inline] |
Constructor.
msg | A short description of the problem. |
Definition at line 76 of file exception.hpp.
00077 : exception(msg) 00078 { }