Class FormApiExceptionHandlers


  • @ControllerAdvice
    public class FormApiExceptionHandlers
    extends Object
    • Constructor Detail

      • FormApiExceptionHandlers

        public FormApiExceptionHandlers()
    • Method Detail

      • handleInvalidRequestException

        @ExceptionHandler
        public org.springframework.http.ResponseEntity handleInvalidRequestException​(InvalidMetadataQueryException exception)
      • buildResponse

        protected org.springframework.http.ResponseEntity<io.dialob.api.rest.Errors> buildResponse​(org.springframework.http.HttpStatus httpStatus,
                                                                                                   String reason)