|
Claw
1.7.3
|
Exception thrown when accessing bad formated data. More...
#include <exception.hpp>
Public Member Functions | |
| bad_format (const std::string &msg) throw () | |
| Constructor. | |
Public Member Functions inherited from claw::exception | |
| exception (const std::string &msg) throw () | |
| Constructor. | |
| ~exception () throw () | |
| Desctructor. | |
| const char * | what () const throw () |
| Get a short description of the problem. | |
Exception thrown when accessing bad formated data.
Definition at line 70 of file exception.hpp.
|
inline |
Constructor.
| msg | A short description of the problem. |
Definition at line 78 of file exception.hpp.
1.8.1.2