#include <InvalidPasswordException.hh>
Definition at line 42 of file InvalidPasswordException.hh.
Public Member Functions | |
InvalidPasswordException (const std::string &message, enum PasswordError error) | |
Creates a new InvalidPasswordException. | |
enum PasswordError | getError () const |
Gets the error that triggered this InvalidPasswordException. | |
Private Attributes | |
enum PasswordError | error |
mpg::InvalidPasswordException::InvalidPasswordException | ( | const std::string & | message, | |
enum PasswordError | error | |||
) | [inline] |
Creates a new InvalidPasswordException.
message | The error messsage. | |
error | The password error. |
Definition at line 64 of file InvalidPasswordException.hh.
enum PasswordError mpg::InvalidPasswordException::getError | ( | ) | const [inline] |
Gets the error that triggered this InvalidPasswordException.
Definition at line 67 of file InvalidPasswordException.hh.
enum PasswordError mpg::InvalidPasswordException::error [private] |
Definition at line 44 of file InvalidPasswordException.hh.