#include <Error.h>
Public Member Functions | |
Error (const string &s) | |
const string | getErrorMsg () |
char * | getError () |
Private Attributes | |
string | errMsg |
|
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.
|
|
A string containing the error Message |