Package de.hebkstudents.recipemanager.exception
-
Exception Summary Exception Description IngredientCategoryNotFoundException Exception is thrown if a category of an ingredient can not be found but is requestedIngredientNotFoundException Exception is thrown if an ingredient can not be found but is requestedIngredientUnitNotFoundException Exception is thrown if a unit of an ingredient can not be found but is requestedInvalidIngredientException Exception is thrown if an ingredient object has missing values that are needed to work properly or if the ingredient object is nullInvalidMethodParameterException InvalidRecipeException Exception is thrown if a recipe object has missing values that are needed to work properly or if the recipe obejct is nullRecipeCategoryNotFoundException Exception is thrown if a category of a recipe can not be found but is requestedRecipeNotFoundException Exception is thrown if a recipe can not be found but is requested