Uses of Class
com.markvarga21.studentmanager.exception.StudentNotFoundException
Packages that use StudentNotFoundException
Package
Description
This package contains custom exception handlers.
-
Uses of StudentNotFoundException in com.markvarga21.studentmanager.exception.handler
Methods in com.markvarga21.studentmanager.exception.handler with parameters of type StudentNotFoundExceptionModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Object>
ApplicationExceptionHandler.handleReportNotFoundException
(StudentNotFoundException ex) Handles the exception if a report could not be found in the database.org.springframework.http.ResponseEntity<Object>
ApplicationExceptionHandler.handleStudentNotFoundException
(StudentNotFoundException ex) Handles the exception if a student cannot be found in the database.