#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) |
|
|
|
|
|
Value: |
|
|
Value: {d_Error* _tmperr = new d_Error(inKind); \
*_tmperr << extra; \
_tmperr->set_detail(detail); \
throw(_tmperr);}
|
1.3-rc1