Electroneum
Loading...
Searching...
No Matches
cryptonote::OUTPUT_EXISTS Class Reference

thrown when an output exists, but shouldn't, namely when adding a block More...

#include <blockchain_db.h>

Inheritance diagram for cryptonote::OUTPUT_EXISTS:
Collaboration diagram for cryptonote::OUTPUT_EXISTS:

Public Member Functions

 OUTPUT_EXISTS ()
 OUTPUT_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 an output exists, but shouldn't, namely when adding a block

Definition at line 341 of file blockchain_db.h.

Constructor & Destructor Documentation

◆ OUTPUT_EXISTS() [1/2]

cryptonote::OUTPUT_EXISTS::OUTPUT_EXISTS ( )
inline

Definition at line 344 of file blockchain_db.h.

344: DB_EXCEPTION("The output to be added already exists!") { }
DB_EXCEPTION(const char *s)
Here is the call graph for this function:

◆ OUTPUT_EXISTS() [2/2]

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

Definition at line 345 of file blockchain_db.h.

345: DB_EXCEPTION(s) { }
Here is the call graph for this function:

The documentation for this class was generated from the following file:
  • /home/abuild/rpmbuild/BUILD/electroneum-5.1.3.1-build/electroneum-5.1.3.1/src/blockchain_db/blockchain_db.h