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

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

#include <blockchain_db.h>

Inheritance diagram for cryptonote::OUTPUT_DNE:
Collaboration diagram for cryptonote::OUTPUT_DNE:

Public Member Functions

 OUTPUT_DNE ()
 OUTPUT_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 output does not exist

Definition at line 331 of file blockchain_db.h.

Constructor & Destructor Documentation

◆ OUTPUT_DNE() [1/2]

cryptonote::OUTPUT_DNE::OUTPUT_DNE ( )
inline

Definition at line 334 of file blockchain_db.h.

334: DB_EXCEPTION("The output requested does not exist!") { }
DB_EXCEPTION(const char *s)
Here is the call graph for this function:

◆ OUTPUT_DNE() [2/2]

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

Definition at line 335 of file blockchain_db.h.

335: 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