Uses of Class
it.gov.pagopa.common.web.dto.ErrorDTO
Packages that use ErrorDTO
-
Uses of ErrorDTO in it.gov.pagopa.common.web.exception
Methods in it.gov.pagopa.common.web.exception that return ErrorDTOModifier and TypeMethodDescriptionValidationExceptionHandler.handleMissingRequestValueException(org.springframework.web.server.MissingRequestValueException e, org.springframework.http.server.reactive.ServerHttpRequest request) ValidationExceptionHandler.handleNoResourceFoundException(org.springframework.web.reactive.resource.NoResourceFoundException e, org.springframework.http.server.reactive.ServerHttpRequest request) ValidationExceptionHandler.handleWebExchangeBindException(org.springframework.web.bind.support.WebExchangeBindException ex, org.springframework.http.server.reactive.ServerHttpRequest request) Methods in it.gov.pagopa.common.web.exception that return types with arguments of type ErrorDTOModifier and TypeMethodDescriptionprotected org.springframework.http.ResponseEntity<ErrorDTO> ErrorManager.handleException(RuntimeException error, org.springframework.http.server.reactive.ServerHttpRequest request) Constructors in it.gov.pagopa.common.web.exception with parameters of type ErrorDTOModifierConstructorDescriptionErrorManager(ErrorDTO defaultErrorDTO) ValidationExceptionHandler(ErrorDTO templateValidationErrorDTO)