Electroneum
cryptonote::BLOCK_DNE Class Reference

thrown when a requested block does not exist More...

#include <blockchain_db.h>

Inheritance diagram for cryptonote::BLOCK_DNE:
Collaboration diagram for cryptonote::BLOCK_DNE:

Public Member Functions

 BLOCK_DNE ()
 
 BLOCK_DNE (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

thrown when a requested block does not exist

Definition at line 271 of file blockchain_db.h.

Constructor & Destructor Documentation

◆ BLOCK_DNE() [1/2]

cryptonote::BLOCK_DNE::BLOCK_DNE ( )
inline

Definition at line 274 of file blockchain_db.h.

274 : DB_EXCEPTION("The block requested does not exist") { }
DB_EXCEPTION(const char *s)

◆ BLOCK_DNE() [2/2]

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

Definition at line 275 of file blockchain_db.h.

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

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