Electroneum
Public Member Functions | Protected Member Functions | Private Attributes | List of all members
cryptonote::DB_EXCEPTION Class Reference

A base class for BlockchainDB exceptions. More...

#include <blockchain_db.h>

Inheritance diagram for cryptonote::DB_EXCEPTION:
Inheritance graph
[legend]
Collaboration diagram for cryptonote::DB_EXCEPTION:
Collaboration graph
[legend]

Public Member Functions

virtual ~DB_EXCEPTION ()
 
const char * what () const throw ()
 

Protected Member Functions

 DB_EXCEPTION (const char *s)
 

Private Attributes

std::string m
 

Detailed Description

A base class for BlockchainDB exceptions.

Constructor & Destructor Documentation

◆ DB_EXCEPTION()

cryptonote::DB_EXCEPTION::DB_EXCEPTION ( const char *  s)
inlineprotected

◆ ~DB_EXCEPTION()

virtual cryptonote::DB_EXCEPTION::~DB_EXCEPTION ( )
inlinevirtual

Member Function Documentation

◆ what()

const char* cryptonote::DB_EXCEPTION::what ( ) const
throw (
)
inline

Member Data Documentation

◆ m

std::string cryptonote::DB_EXCEPTION::m
private

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