VERB_code_2.3
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
 Hold some information about an error in the code. More...
 
class  error_msg
 Error message - stack of single_errors. More...
 

Detailed Description

Used to work with user's exceptions. It creates stack of error messages that can be caught 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 callings, change all enum's to strings. In that case, probably, the code can be understood.
Author
Developed under supervision of the PI Yuri Shprits

Definition in file error.h.