Electroneum
cryptonote::BLOCK_PARENT_DNE Class Reference

thrown when a block's parent does not exist (and it needed to) More...

#include <blockchain_db.h>

Inheritance diagram for cryptonote::BLOCK_PARENT_DNE:
Collaboration diagram for cryptonote::BLOCK_PARENT_DNE:

Public Member Functions

 BLOCK_PARENT_DNE ()
 
 BLOCK_PARENT_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 block's parent does not exist (and it needed to)

Definition at line 281 of file blockchain_db.h.

Constructor & Destructor Documentation

◆ BLOCK_PARENT_DNE() [1/2]

cryptonote::BLOCK_PARENT_DNE::BLOCK_PARENT_DNE ( )
inline

Definition at line 284 of file blockchain_db.h.

284 : DB_EXCEPTION("The parent of the block does not exist") { }
DB_EXCEPTION(const char *s)

◆ BLOCK_PARENT_DNE() [2/2]

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

Definition at line 285 of file blockchain_db.h.

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

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