Package com.weather.info.rest.v1
Class RestExceptionHandler
java.lang.Object
com.weather.info.rest.v1.RestExceptionHandler
-
Constructor Details
-
RestExceptionHandler
public RestExceptionHandler()
-
-
Method Details
-
handleRuntimeException
@ExceptionHandler(java.lang.RuntimeException.class) public org.springframework.http.ResponseEntity<String> handleRuntimeException(RuntimeException ex) -
handleResourceNotFound
@ExceptionHandler(ResourceNotFoundException.class) public org.springframework.http.ResponseEntity<String> handleResourceNotFound(ResourceNotFoundException ex)
-