Package com.embabel.agent.web.rest
Class GlobalExceptionHandler
-
- All Implemented Interfaces:
@ControllerAdvice() public final class GlobalExceptionHandler
-
-
Constructor Summary
Constructors Constructor Description GlobalExceptionHandler()
-
Method Summary
Modifier and Type Method Description final ResponseEntity<Map<String, Object>>handleNotFound(NoHandlerFoundException ex, HttpServletRequest request)-
-
Method Detail
-
handleNotFound
@ExceptionHandler(value = {NoHandlerFoundException.class}) final ResponseEntity<Map<String, Object>> handleNotFound(NoHandlerFoundException ex, HttpServletRequest request)
-
-
-
-