An exception that is thrown when a file operation is requested for a filename that doesn't exist. More...
#include <scan_not_initialized_exception.h>
Public Member Functions | |
ScanNotInitializedException () | |
virtual const std::string & | message () const |
virtual const char * | what () const throw () |
Protected Attributes | |
std::string | message_ |
An exception that is thrown when a file operation is requested for a filename that doesn't exist.
Definition at line 20 of file scan_not_initialized_exception.h.
badgerdb::ScanNotInitializedException::ScanNotInitializedException | ( | ) |
Constructs a file not found exception for the given file.
Definition at line 15 of file scan_not_initialized_exception.cpp.
|
inlinevirtualinherited |
Returns a message describing the problem that caused this exception.
Definition at line 38 of file badgerdb_exception.h.
|
inlinevirtualinherited |
Returns a description of the exception.
Definition at line 45 of file badgerdb_exception.h.
|
protectedinherited |
Message describing the problem that caused this exception.
Definition at line 64 of file badgerdb_exception.h.