NCBI C++ ToolKit
Public Member Functions | Static Public Member Functions | Protected Member Functions | List of all members
python::CIntegrityError Class Reference

Search Toolkit Book for python::CIntegrityError

#include "python_ncbi_dbapi.hpp"
(Private to src/dbapi/lang_bind/python.)

+ Inheritance diagram for python::CIntegrityError:
+ Collaboration diagram for python::CIntegrityError:

Public Member Functions

 CIntegrityError ()
 
 CIntegrityError (const CDB_Exception &e)
 
 CIntegrityError (const string &msg, long db_errno=0, const string &db_msg=kEmptyStr)
 
- Public Member Functions inherited from pythonpp::CUserError< CIntegrityError, CDatabaseError >
 CUserError (void)
 
 CUserError (const string &msg)
 

Static Public Member Functions

static void Rethrow (const CDB_Exception &e)
 
- Static Public Member Functions inherited from pythonpp::CUserError< CIntegrityError, CDatabaseError >
static void Declare (const string &name)
 
static void Declare (const string &name, const pythonpp::CDict &dict)
 
static PyObject * GetPyException (void)
 

Protected Member Functions

 CIntegrityError (const string &msg, PyObject *err_type)
 
- Protected Member Functions inherited from pythonpp::CUserError< CIntegrityError, CDatabaseError >
 CUserError (const string &msg, PyObject *err_type)
 

Detailed Description

Definition at line 788 of file python_ncbi_dbapi.hpp.

Constructor & Destructor Documentation

◆ CIntegrityError() [1/4]

python::CIntegrityError::CIntegrityError ( )
inline

Definition at line 788 of file python_ncbi_dbapi.hpp.

◆ CIntegrityError() [2/4]

python::CIntegrityError::CIntegrityError ( const CDB_Exception e)
inline

Definition at line 788 of file python_ncbi_dbapi.hpp.

◆ CIntegrityError() [3/4]

python::CIntegrityError::CIntegrityError ( const string msg,
long  db_errno = 0,
const string db_msg = kEmptyStr 
)
inline

Definition at line 788 of file python_ncbi_dbapi.hpp.

◆ CIntegrityError() [4/4]

python::CIntegrityError::CIntegrityError ( const string msg,
PyObject *  err_type 
)
inlineprotected

Definition at line 788 of file python_ncbi_dbapi.hpp.

Member Function Documentation

◆ Rethrow()

static void python::CIntegrityError::Rethrow ( const CDB_Exception e)
inlinestatic

Definition at line 788 of file python_ncbi_dbapi.hpp.


The documentation for this class was generated from the following file:
Modified on Sun May 19 04:44:37 2024 by modify_doxy.py rev. 669887