java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.ntnu.idi.idatt2106.sparesti.sparestibackend.exception.validation.BadInputException
All Implemented Interfaces:
Serializable

public class BadInputException extends RuntimeException
Exception that is thrown for bad user input
Since:
17.4.24
Version:
1.0
Author:
Harry L.X and Lars M.L.N
See Also:
  • Constructor Details

    • BadInputException

      public BadInputException(String message)
      Constructs an instance of the exception class
      Parameters:
      message - Custom message that the exception is thrown with