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

except::open_file_failed Class Reference

#include <fileio.h>

Inheritance diagram for except::open_file_failed:

Inheritance graph
Collaboration diagram for except::open_file_failed:

Collaboration graph
List of all members.

Detailed Description

The file can not be open.


Public Member Functions

 open_file_failed (const string &OpenFileFailed) throw ()
 Open file failed constructor.

virtual ~open_file_failed (void) throw ()
 Open file failed destructor.

virtual const char * what (void) const throw ()
 Get open file failed exception.


Private Attributes

string m_OpenFileFailed
 Exception description.


Constructor & Destructor Documentation

except::open_file_failed::open_file_failed const string &  OpenFileFailed  )  throw ()
 

Open file failed constructor.

Parameters:
OpenFileFailed: File that can not be open.

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

Open file failed destructor.


Member Function Documentation

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

Get open file failed exception.

Returns:
Pointer to a c type string with the file that can not be open.

Implements except::fileio_except.


Member Data Documentation

string except::open_file_failed::m_OpenFileFailed [private]
 

Exception description.


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