Class ControllerAdvice
java.lang.Object
energy.eddie.regionconnector.aiida.web.ControllerAdvice
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<Map<String, List<EddieApiError>>> handleBadRequestException(Exception exception)
-
Constructor Details
-
ControllerAdvice
public ControllerAdvice()
-
-
Method Details
-
handleBadRequestException
@ExceptionHandler({CredentialsAlreadyExistException.class,DataNeedMalformedException.class}) public org.springframework.http.ResponseEntity<Map<String,List<EddieApiError>>> handleBadRequestException(Exception exception)
-