VERB_code_2.2  2
 All Classes Namespaces Files Functions Variables Typedefs Macros Pages
error.h File Reference
#include <string>
#include <vector>
#include <stdarg.h>
#include <stdio.h>

Go to the source code of this file.

Classes

class  single_error
 
class  error_msg
 

Detailed Description

Used to work with user's exeptions. It creates stack of error messages that can be catched and outputed to the screen. Initial error is generated somewhere, and passed to called function, where mode description can be added. That is stack.

Todo:
Remove from THE CODE error class, output class, move enclosed classes out, remove variabilities in function collings, change all enum's to strings. In that case, probably, the code can be understanded.
Author
Developed under supervision of the PI Yuri Shprits

Definition in file error.h.