#include <common.hh>
Public Member Functions | |
error_t (int32_t fl, int32_t fc, int32_t ll, int32_t lc) | |
error_t (const error_t &err) | |
~error_t () | |
char * | copy (const char *s) |
void | setPath (char *path) |
void | setMessage (const char *value) |
Public Attributes | |
int32_t | fline |
int32_t | fcolumn |
int32_t | lline |
int32_t | lcolumn |
char * | xpath |
char * | msg |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|