Uses of Class
com.markvarga21.studentmanager.exception.InvalidDateException
Packages that use InvalidDateException
Package
Description
This package contains custom exception handlers.
-
Uses of InvalidDateException in com.markvarga21.studentmanager.exception.handler
Methods in com.markvarga21.studentmanager.exception.handler with parameters of type InvalidDateExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Object>
ApplicationExceptionHandler.handleInvalidDateException
(InvalidDateException ex) Handles if the date is invalid.