Electroneum
cryptonote::UTXO_EXISTS Class Reference

thrown when a utxo already exists, but shouldn't, namely when adding a block More...

#include <blockchain_db.h>

Inheritance diagram for cryptonote::UTXO_EXISTS:
Collaboration diagram for cryptonote::UTXO_EXISTS:

Public Member Functions

 UTXO_EXISTS ()
 
 UTXO_EXISTS (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 utxo already exists, but shouldn't, namely when adding a block

Definition at line 361 of file blockchain_db.h.

Constructor & Destructor Documentation

◆ UTXO_EXISTS() [1/2]

cryptonote::UTXO_EXISTS::UTXO_EXISTS ( )
inline

Definition at line 364 of file blockchain_db.h.

364 : DB_EXCEPTION("The utxo to be added already exists!") { }
DB_EXCEPTION(const char *s)

◆ UTXO_EXISTS() [2/2]

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

Definition at line 365 of file blockchain_db.h.

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

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