VMime
|
Public Member Functions | |
filesystem_exception (const string &what, const utility::path &path, const exception &other=NO_EXCEPTION) | |
~filesystem_exception () throw () | |
const utility::path & | path () const |
exception * | clone () const |
const char * | name () const throw () |
Public Member Functions inherited from exception | |
exception (const string &what, const exception &other=NO_EXCEPTION) | |
exception (const exception &e) | |
virtual | ~exception () throw () |
void | chainException (const exception &other) |
const exception * | other () const throw () |
Base class for exceptions thrown by the filesystem features.
filesystem_exception | ( | const string & | what, |
const utility::path & | path, | ||
const exception & | other = NO_EXCEPTION |
||
) |
Referenced by filesystem_exception::clone().
~filesystem_exception | ( | ) | ||
throw | ( | |||
) |
|
virtual |
Clone this object.
Reimplemented from exception.
Reimplemented in file_not_found, and not_a_directory.
References filesystem_exception::filesystem_exception().
|
virtual |
Return a name identifying the exception.
Reimplemented from exception.
Reimplemented in file_not_found, and not_a_directory.
const utility::path & path | ( | ) | const |
Return the full path of the file have thrown the exception.