Uses of Class
error.LoginError

Packages that use LoginError
Package
Description
 
 
  • Uses of LoginError in domain

    Methods in domain that throw LoginError
    Modifier and Type
    Method
    Description
    static Staff
    Staff.checkPass(String username, String pass)
    Checks login credentials and returns the Staff member | Vérifie les identifiants et retourne le membre du personnel.
  • Uses of LoginError in error

    Subclasses of LoginError in error
    Modifier and Type
    Class
    Description
    class 
    Exception thrown when a user provides an incorrect password | Exception levée lorsqu'un utilisateur fournit un mot de passe incorrect.
    class 
    Exception thrown when a user cannot be found in the database | Exception levée lorsqu'un utilisateur ne peut pas être trouvé dans la base de données.