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

d_Error.h File Reference

#include "d_Errorcodes.h"
#include "cODMGLiteral.h"
#include "cpp_exception.h"
#include "d_String.h"

Go to the source code of this file.

Compounds

class  d_Error

Defines

#define d_Error_h   1
#define OERROR(inKind, extra)
#define OERRORD(inKind, detail, extra)


Define Documentation

#define d_Error_h   1
 

#define OERROR inKind,
extra   
 

Value:

{d_Error* _tmperr = new d_Error(inKind); \
                                   *_tmperr << extra; \
                                   throw(_tmperr);}

#define OERRORD inKind,
detail,
extra   
 

Value:

{d_Error* _tmperr = new d_Error(inKind); \
                                      *_tmperr << extra; \
                                      _tmperr->set_detail(detail); \
                                      throw(_tmperr);}


Generated on Fri Nov 29 17:12:13 2002 for Orient ODBMS Just Edition v. 2.0e by doxygen1.3-rc1