|
VMime
|
#include <exception.hpp>


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 () |
Additional Inherited Members | |
| Static Protected Attributes inherited from exception | |
| static const exception | NO_EXCEPTION |
Base class for exceptions thrown by the filesystem features.
| filesystem_exception | ( | const string & | what, |
| const utility::path & | path, | ||
| const exception & | other = NO_EXCEPTION ) |
References exception::other(), and path().
Referenced by clone(), file_not_found::file_not_found(), and not_a_directory::not_a_directory().
| ~filesystem_exception | ( | ) | ||||
| throw | ( | ) | ||||
|
virtual |
Clone this object.
Reimplemented from exception.
Reimplemented in not_a_directory.
References filesystem_exception().
|
virtual | ||||||||||||
Return a name identifying the exception.
Reimplemented from exception.
Reimplemented in not_a_directory.
| const utility::path & path | ( | ) | const |
Return the full path of the file have thrown the exception.
Referenced by file_not_found::file_not_found(), filesystem_exception(), and not_a_directory::not_a_directory().