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

except::id3_except Class Reference

#include <id3.h>

Inheritance diagram for except::id3_except:

Inheritance graph
Collaboration diagram for except::id3_except:

Collaboration graph
List of all members.

Detailed Description

ID3 exception.


Public Member Functions

 id3_except (void) throw ()
 id3_except constructor.

virtual ~id3_except (void) throw ()
 id3_except destructor.

virtual const char * what (void) const=0 throw ()
 id3_except pure virtual method.


Constructor & Destructor Documentation

except::id3_except::id3_except void   )  throw () [inline]
 

id3_except constructor.

virtual except::id3_except::~id3_except void   )  throw () [inline, virtual]
 

id3_except destructor.


Member Function Documentation

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

id3_except pure virtual method.

Implemented in except::no_id3v1, and except::no_id3v2.


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