Package top.codef.controllers
Class GlobalExceptionHandler
java.lang.Object
top.codef.controllers.GlobalExceptionHandler
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionuncaughtError
(Exception exception, jakarta.servlet.http.HttpServletRequest request)
-
Field Details
-
logger
protected final org.apache.commons.logging.Log logger
-
-
Constructor Details
-
GlobalExceptionHandler
public GlobalExceptionHandler()
-
-
Method Details
-
reasonErro
@ExceptionHandler @ResponseStatus(EXPECTATION_FAILED) public StatusResultModel reasonErro(HaveReasonException e) -
uncaughtError
@ExceptionHandler(java.lang.Exception.class) @ResponseStatus(I_AM_A_TEAPOT) public StatusResultModel uncaughtError(Exception exception, jakarta.servlet.http.HttpServletRequest request)
-