Class RCoreExceptionHandler
- java.lang.Object
-
- io.foodtechlab.exception.converter.rcore.handler.RCoreExceptionHandler
-
@Order(0) @RestControllerAdvice public class RCoreExceptionHandler extends Object
-
-
Constructor Summary
Constructors Constructor Description RCoreExceptionHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.http.ResponseEntity<io.foodtechlab.exceptionhandler.core.ErrorApiResponse<io.foodtechlab.exceptionhandler.core.Error>>onHandledRCoreDomainException(io.foodtechlab.exception.converter.rcore.domain.exceptions.HandledRCoreDomainException ex)
-
-
-
Method Detail
-
onHandledRCoreDomainException
@ExceptionHandler(io.foodtechlab.exception.converter.rcore.domain.exceptions.HandledRCoreDomainException.class) public org.springframework.http.ResponseEntity<io.foodtechlab.exceptionhandler.core.ErrorApiResponse<io.foodtechlab.exceptionhandler.core.Error>> onHandledRCoreDomainException(io.foodtechlab.exception.converter.rcore.domain.exceptions.HandledRCoreDomainException ex)
-
-