#include <filelist.h>
Inheritance diagram for except::empty_directory:


Public Member Functions | |
| empty_directory (const string &EmptyDirectory) throw () | |
| Empty directory constructor. | |
| virtual | ~empty_directory (void) throw () |
| Empty directory destructor. | |
| virtual const char * | what (void) const throw () |
| Get empty directory exception. | |
Private Attributes | |
| string | m_EmptyDirectory |
| Exception description. | |
|
|
Empty directory constructor.
|
|
|
Empty directory destructor.
|
|
|
Get empty directory exception.
Implements except::filelist_except. |
|
|
Exception description.
|
|
|
|