Monero
Loading...
Searching...
No Matches
cryptonote::DB_EXCEPTION Class Reference

A base class for BlockchainDB exceptions. More...

#include <blockchain_db.h>

Inheritance diagram for cryptonote::DB_EXCEPTION:
Collaboration diagram for cryptonote::DB_EXCEPTION:

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: