Class IngredientUnitNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.hebkstudents.recipemanager.exception.IngredientUnitNotFoundException
- All Implemented Interfaces:
java.io.Serializable
public class IngredientUnitNotFoundException
extends java.lang.Exception
Exception is thrown if a unit of an ingredient can not be found but is requested
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description IngredientUnitNotFoundException(java.lang.String message)
Constructs a new IngredientUnitNotFoundException object -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
IngredientUnitNotFoundException
public IngredientUnitNotFoundException(java.lang.String message)Constructs a new IngredientUnitNotFoundException object- Parameters:
message
- A String which contains a message
-