|
Data Fields |
|
LsgObject | super |
|
char * | message |
|
char * | file |
|
char * | method |
|
int | line |
Related Functions |
(Note that these are not member functions.)
|
| LsgError * | LsgError_create (const char *message, const char *file, const char *method, int line) |
| void | LsgError_init (LsgError *self, const char *message, const char *file, const char *method, int line) |
| char * | LsgError_toString (LsgError *self) |
| void | LsgError_destroy (LsgError *self) |
| int | LsgError_count (void) |
| void | LsgError_add (LsgError *error) |
| void | LsgError_addMessage (const char *file, const char *method, int line, const char *message) |
| void | LsgError_addFormat (const char *file, const char *method, int line, const char *format,...) |
| const LsgError * | LsgError_get (int num) |
| void | LsgError_clear (void) |
Encapsulate an error message and the location where it has been reported.