libdballe
5.18
|
Report an error with command line options. More...
#include <cmdline.h>
Public Member Functions | |
error_cmdline (const std::string &msg) | |
virtual const char * | what () const throw () |
Static Public Member Functions | |
static void | throwf (const char *fmt,...) WREPORT_THROWF_ATTRS(1 |
Throw the exception, building the message printf-style. | |
Data Fields | |
std::string | msg |
error message returned by what() |
Report an error with command line options.
dballe::cmdline::error_cmdline::error_cmdline | ( | const std::string & | msg | ) | [inline] |
msg | error message |