#include <vector>
#include <exception>
#include <stdexcept>
#include <string>
#include "nedxmldefs.h"
Go to the source code of this file.
|
| #define | INTERNAL_ERROR0(context, msg) NedInternalError(__FILE__,__LINE__,context,msg) |
| |
| #define | INTERNAL_ERROR1(context, msg, arg1) NedInternalError(__FILE__,__LINE__,context,msg,arg1) |
| |
| #define | INTERNAL_ERROR2(context, msg, arg1, arg2) NedInternalError(__FILE__,__LINE__,context,msg,arg1,arg2) |
| |
| #define | INTERNAL_ERROR3(context, msg, arg1, arg2, arg3) NedInternalError(__FILE__,__LINE__,context,msg,arg1,arg2,arg3) |
| |
|
| void | NedInternalError (const char *file, int line, ASTNode *context, const char *messagefmt,...) |
| |
| #define INTERNAL_ERROR0 |
( |
|
context, |
|
|
|
msg |
|
) |
| NedInternalError(__FILE__,__LINE__,context,msg) |
| #define INTERNAL_ERROR1 |
( |
|
context, |
|
|
|
msg, |
|
|
|
arg1 |
|
) |
| NedInternalError(__FILE__,__LINE__,context,msg,arg1) |
| #define INTERNAL_ERROR2 |
( |
|
context, |
|
|
|
msg, |
|
|
|
arg1, |
|
|
|
arg2 |
|
) |
| NedInternalError(__FILE__,__LINE__,context,msg,arg1,arg2) |
| #define INTERNAL_ERROR3 |
( |
|
context, |
|
|
|
msg, |
|
|
|
arg1, |
|
|
|
arg2, |
|
|
|
arg3 |
|
) |
| NedInternalError(__FILE__,__LINE__,context,msg,arg1,arg2,arg3) |