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

except::unfinished_id Class Reference

#include <format.h>

Inheritance diagram for except::unfinished_id:

Inheritance graph
Collaboration diagram for except::unfinished_id:

Collaboration graph
List of all members.

Detailed Description

Unfinished ID found in format file.


Public Member Functions

 unfinished_id (string UnfinishedID) throw ()
 Unfinished ID constructor.

virtual ~unfinished_id (void) throw ()
 Unfinished ID destructor.

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


Private Attributes

string m_UnfinishedID
 Exception description.


Constructor & Destructor Documentation

except::unfinished_id::unfinished_id string  UnfinishedID  )  throw ()
 

Unfinished ID constructor.

Parameters:
UnfinishedID: String with the unfinished ID.

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

Unfinished ID destructor.


Member Function Documentation

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

Get unfinished ID.

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

Implements except::format_except.


Member Data Documentation

string except::unfinished_id::m_UnfinishedID [private]
 

Exception description.


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