Electroneum
cryptonote::ADDR_OUTPUT_EXISTS Class Reference

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

#include <blockchain_db.h>

Inheritance diagram for cryptonote::ADDR_OUTPUT_EXISTS:
Collaboration diagram for cryptonote::ADDR_OUTPUT_EXISTS:

Public Member Functions

 ADDR_OUTPUT_EXISTS ()
 
 ADDR_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 record for an address already exists, but shouldn't, namely when adding a block

Definition at line 371 of file blockchain_db.h.

Constructor & Destructor Documentation

◆ ADDR_OUTPUT_EXISTS() [1/2]

cryptonote::ADDR_OUTPUT_EXISTS::ADDR_OUTPUT_EXISTS ( )
inline

Definition at line 374 of file blockchain_db.h.

374 : DB_EXCEPTION("The output record for this address already exists!") { }
DB_EXCEPTION(const char *s)

◆ ADDR_OUTPUT_EXISTS() [2/2]

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

Definition at line 375 of file blockchain_db.h.

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

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