This class represents a exception within the hashlib++ project. More...
#include <hl_exception.h>
Public Member Functions | |
hlException (hlerror er, std::string m) | |
constructor | |
hlException (std::string m) | |
constructor | |
std::string | error_message (void) |
returns the error message | |
hlerror | error_number (void) |
returns the error number | |
Private Attributes | |
hlerror | iError |
std::string | strMessge |
This class represents a exception within the hashlib++ project.
hlException::hlException | ( | hlerror | er, | |
std::string | m | |||
) | [inline] |
constructor
er | Error number | |
m | Error message |
hlException::hlException | ( | std::string | m | ) | [inline] |
constructor
m | Error Message |
std::string hlException::error_message | ( | void | ) | [inline] |
returns the error message
hlerror hlException::error_number | ( | void | ) | [inline] |
returns the error number
hlerror hlException::iError [private] |
Error Number
std::string hlException::strMessge [private] |
Error message as string