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

except::unknow_id Class Reference

#include <id.h>

Inheritance diagram for except::unknow_id:

Inheritance graph
Collaboration diagram for except::unknow_id:

Collaboration graph
List of all members.

Detailed Description

Unknow ID found in format file.


Public Member Functions

 unknow_id (const string &UnknowID) throw ()
 Unknow ID constructor.

virtual ~unknow_id (void) throw ()
 Unknow ID destructor.

virtual const char * what (void) const throw ()
 Get unknow ID.


Private Attributes

string m_UnknowID
 Exception description.


Constructor & Destructor Documentation

except::unknow_id::unknow_id const string &  UnknowID  )  throw ()
 

Unknow ID constructor.

Parameters:
UnknowID: String with the unknow ID.

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

Unknow ID destructor.


Member Function Documentation

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

Get unknow ID.

Returns:
Pointer to a c type string with the unknow ID.

Implements except::id_except.


Member Data Documentation

string except::unknow_id::m_UnknowID [private]
 

Exception description.


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