Class InvalidDateFormatException

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

@Generated public class InvalidDateFormatException extends RuntimeException
A custom exception for if the date format is invalid.
See Also:
  • Constructor Details

    • InvalidDateFormatException

      public InvalidDateFormatException(String message)
      The default constructor.
      Parameters:
      message - The message to be sent when the exception occurs.