|
SIMLIB/C++ 3.09
|
error messages processing More...

Go to the source code of this file.
Namespaces | |
| namespace | simlib3 |
| Implementation of class CalendarList interface is static - using global functions in SQS namespace. | |
Macros | |
| #define | _ERR_TXT "\nERROR, Time=%g : %s \n" |
| #define | _INT_ERR_TXT "\nERROR, Time=%g : %s (file:%s line:%d)\n" |
| #define | _ABORT_TXT "\n ========== Simulation aborted ========== \n" |
| #define | _WARNING_TXT "\nWARNING, Time=%g : %s \n" |
Functions | |
| void | simlib3::SIMLIB_error (const enum _ErrEnum N) |
| print error message and abort program | |
| void | simlib3::SIMLIB_error (const char *fmt,...) |
| print error message and abort program | |
| void | simlib3::SIMLIB_error (const char *filename, const int linenum) |
| print error message and abort program | |
| void | simlib3::SIMLIB_warning (const enum _ErrEnum N) |
| print warning message and continue | |
| void | simlib3::SIMLIB_warning (const char *fmt,...) |
| print warning message and continue | |
error messages processing
Definition in file error.cc.
| #define _ABORT_TXT "\n ========== Simulation aborted ========== \n" |
| #define _INT_ERR_TXT "\nERROR, Time=%g : %s (file:%s line:%d)\n" |