#include <Error.h>
Public Member Functions | |
Error (const string &s) | |
const string | getErrorMsg () |
char * | getError () |
Definition at line 12 of file Error.h.
|
Constructor of the error object.
|
|
Get a pointer (c-style string) to the error message objects. This method is useful if you want to put the message to graphical objects.
|
|
Get the error message as string that can be modified from outside. This method is may be useful if you want to show the error to the console.
|