Electroneum
cryptonote::DB_ERROR Class Reference

A generic BlockchainDB exception. More...

#include <blockchain_db.h>

Inheritance diagram for cryptonote::DB_ERROR:
Collaboration diagram for cryptonote::DB_ERROR:

Public Member Functions

 DB_ERROR ()
 
 DB_ERROR (const char *s)
 
- Public Member Functions inherited from cryptonote::DB_EXCEPTION
virtual ~DB_EXCEPTION ()
 
const char * what () const throw ()
 

Additional Inherited Members

- Protected Member Functions inherited from cryptonote::DB_EXCEPTION
 DB_EXCEPTION (const char *s)
 

Detailed Description

A generic BlockchainDB exception.

Definition at line 221 of file blockchain_db.h.

Constructor & Destructor Documentation

◆ DB_ERROR() [1/2]

cryptonote::DB_ERROR::DB_ERROR ( )
inline

Definition at line 224 of file blockchain_db.h.

224 : DB_EXCEPTION("Generic DB Error") { }
DB_EXCEPTION(const char *s)

◆ DB_ERROR() [2/2]

cryptonote::DB_ERROR::DB_ERROR ( const char *  s)
inline

Definition at line 225 of file blockchain_db.h.

225 : DB_EXCEPTION(s) { }
DB_EXCEPTION(const char *s)

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