wisc_db
|
An exception that is thrown when a file operation is requested for a filename that doesn't exist. More...
#include <file_not_found_exception.h>
Public Member Functions | |
FileNotFoundException (const std::string &name) | |
virtual const std::string & | filename () const |
virtual const std::string & | message () const |
virtual const char * | what () const throw () |
Protected Attributes | |
const std::string & | filename_ |
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 file_not_found_exception.h.
|
explicit |
Constructs a file not found exception for the given file.
name | Name of file that doesn't exist. |
Definition at line 15 of file file_not_found_exception.cpp.
|
inlinevirtual |
Returns the name of the file that caused this exception.
Definition at line 32 of file file_not_found_exception.h.
|
inlinevirtualinherited |
Returns a message describing the problem that caused this exception.
Definition at line 38 of file wiscdb_exception.h.
|
inlinevirtualinherited |
Returns a description of the exception.
Definition at line 45 of file wiscdb_exception.h.
|
protected |
Name of file that caused this exception.
Definition at line 38 of file file_not_found_exception.h.
|
protectedinherited |
Message describing the problem that caused this exception.
Definition at line 64 of file wiscdb_exception.h.