Class InvalidDateException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.markvarga21.studentmanager.exception.InvalidDateException
All Implemented Interfaces:
Serializable

@Generated public class InvalidDateException extends RuntimeException
The InvalidDateException class is used to throw an exception when a date is invalid.
See Also:
  • Constructor Details

    • InvalidDateException

      public InvalidDateException(String message)
      Constructs a new InvalidDateException object with the specified detail message.
      Parameters:
      message - The detail message.