Class CheckedExceptionHandler
- java.lang.Object
-
- io.foodtechlab.exception.converter.handler.CheckedExceptionHandler
-
@RestControllerAdvice @Order(0) public class CheckedExceptionHandler extends Object
-
-
Constructor Summary
Constructors Constructor Description CheckedExceptionHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.http.ResponseEntity<io.foodtechlab.exception.converter.rcore.resource.CheckedExceptionResponse>checkedExceptionResponse(io.foodtechlab.exception.converter.domain.CheckedDomainException exception)
-
-
-
Method Detail
-
checkedExceptionResponse
@ExceptionHandler(io.foodtechlab.exception.converter.domain.CheckedDomainException.class) public org.springframework.http.ResponseEntity<io.foodtechlab.exception.converter.rcore.resource.CheckedExceptionResponse> checkedExceptionResponse(io.foodtechlab.exception.converter.domain.CheckedDomainException exception)
-
-