stx::CBTreeDB< _Key, _Compare, _BTreePageSize, _AppVersionId >::Exception Class Reference
Our own exception class derived from std::runtime_error.
More...
#include <stx-cbtreedb.h>
List of all members.
Public Member Functions |
| Exception (const std::string &str) |
| Create new exception object with error message.
|
Detailed Description
template<typename _Key = uint32_t, typename _Compare = std::less<_Key>, unsigned int _BTreePageSize = 1024, uint32_t _AppVersionId = 0>
class stx::CBTreeDB< _Key, _Compare, _BTreePageSize, _AppVersionId >::Exception
Our own exception class derived from std::runtime_error.
Definition at line 138 of file stx-cbtreedb.h.
Constructor & Destructor Documentation
template<typename _Key = uint32_t, typename _Compare = std::less<_Key>, unsigned int _BTreePageSize = 1024, uint32_t _AppVersionId = 0>
stx::CBTreeDB< _Key, _Compare, _BTreePageSize, _AppVersionId >::Exception::Exception |
( |
const std::string & |
str |
) |
[inline, explicit] |
Create new exception object with error message.
Definition at line 142 of file stx-cbtreedb.h.
The documentation for this class was generated from the following file: