NCBI C++ ToolKit
|
Exception specifications for BDB library. More...
#include <corelib/ncbiexpt.hpp>
Go to the source code of this file.
Go to the SVN repository for this file.
Classes | |
class | CBDB_Exception |
Base BDB exception class. More... | |
class | CBDB_StrErrAdapt |
Auxiliary exception class to wrap up Berkeley DB strerror function. More... | |
class | CBDB_ErrnoException |
BDB errno exception class. More... | |
class | CBDB_LibException |
BDB library exception. More... | |
Macros | |
#define | BDB_THROW(errcode, message) |
#define | BDB_ERRNO_THROW(errnum, message) |
#define | BDB_CHECK(errnum, x_db_object__) |
Exception specifications for BDB library.
Definition in file bdb_expt.hpp.