Class DateValidationFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
io.github.navjotsrakhra.eventmanager.exception.DateValidationFailedException
- All Implemented Interfaces:
Serializable
The DateValidationFailedException is an exception class used to indicate that a date validation has failed.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDateValidationFailedException(String message) Constructs a new DateValidationFailedException with the specified detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DateValidationFailedException
Constructs a new DateValidationFailedException with the specified detail message.- Parameters:
message- The detail message explaining the reason for the date validation failure.
-