randolf.ca  1.00
Randolf Richardson's C++ classes
Loading...
Searching...
No Matches
pq::errors::format Class Reference

Exception handling of formatting errors, which includes incorrect datatype matching, or when malformed escape codes are provided to methods (such as the pq::connection::unescapeBytea method in the pq::connection class). More...

#include <pq/errors>

+ Inheritance diagram for pq::errors::format:
+ Collaboration diagram for pq::errors::format:

Public Member Functions

 format (const char *what)
 
 format (const std::string &what)
 

Detailed Description

Exception handling of formatting errors, which includes incorrect datatype matching, or when malformed escape codes are provided to methods (such as the pq::connection::unescapeBytea method in the pq::connection class).


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