Base class of all dbstl exception classes.
It is derived from Berkeley DB C++ API DbException class to maintain consistency with all Berkeley DB exceptions.
Member | Description |
---|---|
DbstlException | |
operator= | |
~DbstlException |
DbstlException(const char *msg)
DbstlException(const char *msg, int err)
DbstlException(const DbstlException &ex)
DbstlException(int err)
DbstlException(const char *prefix, const char *msg, int err)