Tomographer
v1.0a
Tomographer C++ Framework Documentation
|
Exception for bad printf
format.
More...
#include <tomographer/tools/fmt.h>
Public Member Functions | |
bad_fmts_format (const std::string &msg_) | |
Construct an exception for bad printf formatting. Provide an error message here. | |
const char * | what () const throw () |
Public Member Functions inherited from std::exception | |
T | what (T...args) |
T | ~exception (T...args) |
T | operator= (T...args) |
T | exception (T...args) |
Exception for bad printf
format.
This exception is raised when fmts() or vfmts() are called with a bad format argument, causing vsnprintf()
to return a negative number.