Main Page | Namespace List | Class Hierarchy | Class List | File List | Class Members | File Members | Related Pages

except::empty_directory Class Reference

#include <filelist.h>

Inheritance diagram for except::empty_directory:

Inheritance graph
Collaboration diagram for except::empty_directory:

Collaboration graph
List of all members.

Detailed Description

Empty route.


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.


Constructor & Destructor Documentation

except::empty_directory::empty_directory const string &  EmptyDirectory  )  throw ()
 

Empty directory constructor.

Parameters:
EmptyDirectory: String with the empty route.

except::empty_directory::~empty_directory void   )  throw () [virtual]
 

Empty directory destructor.


Member Function Documentation

const char * except::empty_directory::what void   )  const throw () [virtual]
 

Get empty directory exception.

Returns:
Pointer to a c type string with the empty route.

Implements except::filelist_except.


Member Data Documentation

string except::empty_directory::m_EmptyDirectory [private]
 

Exception description.


The documentation for this class was generated from the following files:
doxygen sourceforge id3lib