Exception | Description |
---|---|
ArticleAlreadyInShopException |
Exception thrown by the database if an article it tries to insert is already in the shop
|
DatabaseConnectionException |
Exception thrown if the controller can't connect to the database
|
DatabaseException |
Exception thrown by the database if an error occurs
internally
|
EmptyShopInsertionException |
Exception thrown if the database can't insert an empty shop in the database
|
GroceryListInsertionException |
Exception thrown by the database if it can't insert a grocery list
|
GroceryListItemInsertException |
Exception thrown by the database if an error occurs
internally during the insertion of a grocery list iem
|
NoProductFoundException |
Exception thrown if a product is not found in the database
|
NoShopHasThatProductException |
Exception thrown if no Shop has a given product
|
NoSuchRecipeException |
Exception thrown if there is no such recipe in the database
|
NoSuchShopException |
Exception throws when no shop was found in the database.
|
NoSuchUserFoundException |
Exception thrown by the database if no user was found with a given user name.
|
ProductAlreadyExistsException |
Exception thrown by the database if a product already exists
|
ProductAmountsFetchException |
Exception thrown by the database if an error occurs when fetching ProductAmounts
|
RecipeInsertionException |
Exception thrown by the database if an error occurs while inserting a recipe
|
RecipeItemInsertException |
Exception thrown by the database if an error occurs while inserting a recipe item
|
ScheduleFetchException |
Exception thrown by the database if an error occurs when fetching a shop's schedule
|
ScheduleInsertionException |
Exception thrown by the database if an error occurs while inserting a shop's schedule
|
ShopInsertionException |
Exception thrown by the database if an error occurs while inserting a shop
|
StockFillingException |
Exception thrown by the database if an error occurs while filling a shop's stock
|
UserNameTakenException |
Exception thrown by the database if a user name is already taken by another user.
|