Uses of Class
com.markvarga21.studentmanager.exception.InvalidStudentException
Packages that use InvalidStudentException
Package
Description
This package contains custom exception handlers.
-
Uses of InvalidStudentException in com.markvarga21.studentmanager.exception.handler
Methods in com.markvarga21.studentmanager.exception.handler with parameters of type InvalidStudentExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Object>
ApplicationExceptionHandler.handleInvalidStudentException
(InvalidStudentException ex) Handles the exception if the student's data are invalid.