#include <PassguardErrorManager.h>
Inheritance diagram for PassguardErrorManager:
Public Methods | |
~PassguardErrorManager () | |
The Destructor of the error manager. More... | |
string | getErrorMessage (string function_name) const |
Retreive the last error message of the function named function_name. More... | |
string | getLastErrorMessage (string *function_name) |
Retreive the last error message of the last function that have generated an error. More... | |
string | getHelpMessage (string function_name) const |
Retreive the last help message of the function named function_name. More... | |
string | getLastHelpMessage (string *function_name) |
Retreive the last help message of the last function that have generated an error. More... | |
Protected Methods | |
PassguardErrorManager () | |
The constructor of the error manager. More... | |
void | setErrorMessage (string function_name, string error_message, string help_message="") |
Set the error message relative to a function of the class. More... |
|
The Destructor of the error manager.
|
|
The constructor of the error manager.
|
|
Retreive the last error message of the function named function_name.
|
|
Retreive the last help message of the function named function_name.
this message will give more information about the error that occured
|
|
Retreive the last error message of the last function that have generated an error.
|
|
Retreive the last help message of the last function that have generated an error.
this message will give more information about the error that occured
|
|
Set the error message relative to a function of the class.
|