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

Exception handling of system errors, such as "insufficient memory" that can occur when libpq attempts to allocate resources but ::malloc fails because the system doesn't have enough mamory to spare. (If this occurs, it is also likely that there are other parts of the system that are failing.) More...

#include <pq/errors>

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

Public Member Functions

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

Detailed Description

Exception handling of system errors, such as "insufficient memory" that can occur when libpq attempts to allocate resources but ::malloc fails because the system doesn't have enough mamory to spare. (If this occurs, it is also likely that there are other parts of the system that are failing.)


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