Class RecipeFrameException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
edu.ntnu.stud.utils.exceptions.RecipeFrameException
All Implemented Interfaces:
Serializable

public class RecipeFrameException extends RuntimeException
Exception thrown when there is an error in the RecipeFrame class.
See Also:
  • Constructor Details

    • RecipeFrameException

      public RecipeFrameException(String message, Throwable cause)
      Constructs a new RecipeFrameException with the specified detail message and cause.
      Parameters:
      message - the detail message (which is saved for later retrieval by the getMessage() method).
      cause - the cause (which is saved for later retrieval by the getCause() method).