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

except::create_file_failed Class Reference

#include <fileio.h>

Inheritance diagram for except::create_file_failed:

Inheritance graph
Collaboration diagram for except::create_file_failed:

Collaboration graph
List of all members.

Detailed Description

The file can not be created.


Public Member Functions

 create_file_failed (const string &CreateFileFailed) throw ()
 Create file failed constructor.

virtual ~create_file_failed (void) throw ()
 Create file failed destructor.

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


Private Attributes

string m_CreateFileFailed
 Exception description.


Constructor & Destructor Documentation

except::create_file_failed::create_file_failed const string &  CreateFileFailed  )  throw ()
 

Create file failed constructor.

Parameters:
CreateFileFailed: File that can not be created.

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

Create file failed destructor.


Member Function Documentation

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

Get create file failed exception.

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

Implements except::fileio_except.


Member Data Documentation

string except::create_file_failed::m_CreateFileFailed [private]
 

Exception description.


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