Class DateValidationFailedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
io.github.navjotsrakhra.eventmanager.exception.DateValidationFailedException
All Implemented Interfaces:
Serializable

public class DateValidationFailedException extends Exception
The DateValidationFailedException is an exception class used to indicate that a date validation has failed.
See Also:
  • Constructor Details

    • DateValidationFailedException

      public DateValidationFailedException(String message)
      Constructs a new DateValidationFailedException with the specified detail message.
      Parameters:
      message - The detail message explaining the reason for the date validation failure.