Package com.aquima.web.boot
Class NoHandlerFoundControllerAdvice
java.lang.Object
com.aquima.web.boot.NoHandlerFoundControllerAdvice
Set behavior when url is not found for all contexts
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionhandleNoHandlerFoundException
(org.springframework.web.servlet.NoHandlerFoundException ex)
-
Constructor Details
-
Method Details
-
handleNoHandlerFoundException
@ExceptionHandler(org.springframework.web.servlet.NoHandlerFoundException.class) public String handleNoHandlerFoundException(org.springframework.web.servlet.NoHandlerFoundException ex)
-