Package dev.dokimos.server.controller
Class GlobalExceptionHandler
java.lang.Object
dev.dokimos.server.controller.GlobalExceptionHandler
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription
-
Constructor Details
-
GlobalExceptionHandler
public GlobalExceptionHandler()
-
-
Method Details
-
handleNotFound
@ExceptionHandler(java.lang.IllegalArgumentException.class) public org.springframework.http.ResponseEntity<Map<String,Object>> handleNotFound(IllegalArgumentException ex) -
handleGeneral
@ExceptionHandler(java.lang.Exception.class) public org.springframework.http.ResponseEntity<Map<String,Object>> handleGeneral(Exception ex)
-