#include <stdexcept>
#include <string>
Go to the source code of this file.
Namespaces | |
namespace | mpg |
Classes | |
class | mpg::InvalidPasswordException |
Exception thrown when an invalid password is given, such as an invalid character (outside the Metroid alphabet), invalid checksum, or invalid password length. More... | |
Enumerations | |
enum | mpg::PasswordError { mpg::INVALID_ALPHABET, mpg::INVALID_CHECKSUM, mpg::INVALID_LENGTH } |
enumeration for the invalid password errors More... |