Tomographer  v5.3
Tomographer C++ Framework Documentation
Tomographer::Tools::BadFmtsFormat Class Reference

Exception for bad printf format. More...

#include <tomographer/tools/fmt.h>

+ Inheritance diagram for Tomographer::Tools::BadFmtsFormat:
+ Collaboration diagram for Tomographer::Tools::BadFmtsFormat:

Public Member Functions

 BadFmtsFormat (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
what (T... args)
 
~exception (T... args)
 
operator= (T... args)
 
exception (T... args)
 

Detailed Description

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.

Definition at line 68 of file fmt.h.


The documentation for this class was generated from the following file: