PMDK C++ bindings  1.10.1
This is the C++ bindings documentation for PMDK's libpmemobj.
List of all members
pmem::pool_error Class Reference

Custom pool error class. More...

#include <libpmemobj++/pexceptions.hpp>

Inherits runtime_error.

Detailed Description

Custom pool error class.

Thrown when there is a runtime problem with some action on the pool, e.g., when cannot open or create a pool, the wrong handle to pool was passed to some function, or a referenced object is not stored on persistent memory.


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