Main Page   Class Hierarchy   Compound List   File List   Compound Members   File Members  

error.h File Reference

#include "globals.h"

Compounds

class  ID3_Error
 When id3lib encounters a nasty error, it thros an exception of type ID3_Error. More...


Defines

#define ID3_THROW(x)   throw ID3_Error(x, __FILE__, __LINE__, "")
 Shortcut macro for throwing an error without a description. More...

#define ID3_THROW_DESC(x, y)   throw ID3_Error(x, __FILE__, __LINE__, y)
 Shortcut macro for throwing an error with a description. More...


Define Documentation

#define ID3_THROW( x )   throw ID3_Error(x, __FILE__, __LINE__, "")
 

Shortcut macro for throwing an error without a description.

Parameters:
x   The error id

#define ID3_THROW_DESC( x, y )   throw ID3_Error(x, __FILE__, __LINE__, y)
 

Shortcut macro for throwing an error with a description.

Parameters:
x   The error id
y   The error description


Generated at Mon Aug 6 11:51:29 2001 for id3lib by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001