#include <common.h>
Public Member Functions | |
error_t (int32_t fl, int32_t fc, int32_t ll, int32_t lc) | |
error_t (const error_t &err) | |
void | setPath (std::string path) |
void | setMessage (std::string value) |
Public Attributes | |
int32_t | fline |
int32_t | fcolumn |
int32_t | lline |
int32_t | lcolumn |
std::string | xpath |
std::string | msg |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|