jar

io.github.wimdeblauwe : error-handling-spring-boot-starter

Maven & Gradle

Jun 23, 2023
357 stars

Error Handling Spring Boot Starter · Spring Boot starter that configures error handling

Table Of Contents

Latest Version

Download io.github.wimdeblauwe : error-handling-spring-boot-starter JAR file - Latest Versions:

All Versions

Download io.github.wimdeblauwe : error-handling-spring-boot-starter JAR file - All Versions:

Version Vulnerabilities Size Updated
4.2.x
4.1.x
4.0.x
3.4.x
3.3.x
3.2.x
3.1.x
3.0.x
2.1.x
2.0.x
1.7.x
1.6.x
1.5.x
1.4.x
1.3.x
1.2.x
1.1.x
1.0.x
0.3.x
0.2.x
0.1.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window error-handling-spring-boot-starter-4.2.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.github.wimdeblauwe.errorhandlingspringbootstarter.handler

├─ io.github.wimdeblauwe.errorhandlingspringbootstarter.handler.AbstractApiExceptionHandler.class - [JAR]

├─ io.github.wimdeblauwe.errorhandlingspringbootstarter.handler.BindApiExceptionHandler.class - [JAR]

├─ io.github.wimdeblauwe.errorhandlingspringbootstarter.handler.ConstraintViolationApiExceptionHandler.class - [JAR]

├─ io.github.wimdeblauwe.errorhandlingspringbootstarter.handler.HttpMessageNotReadableApiExceptionHandler.class - [JAR]

├─ io.github.wimdeblauwe.errorhandlingspringbootstarter.handler.MissingRequestValueExceptionHandler.class - [JAR]

├─ io.github.wimdeblauwe.errorhandlingspringbootstarter.handler.ObjectOptimisticLockingFailureApiExceptionHandler.class - [JAR]

├─ io.github.wimdeblauwe.errorhandlingspringbootstarter.handler.ServerErrorExceptionHandler.class - [JAR]

├─ io.github.wimdeblauwe.errorhandlingspringbootstarter.handler.ServerWebInputExceptionHandler.class - [JAR]

├─ io.github.wimdeblauwe.errorhandlingspringbootstarter.handler.SpringSecurityApiExceptionHandler.class - [JAR]

├─ io.github.wimdeblauwe.errorhandlingspringbootstarter.handler.TypeMismatchApiExceptionHandler.class - [JAR]

io.github.wimdeblauwe.errorhandlingspringbootstarter.mapper

├─ io.github.wimdeblauwe.errorhandlingspringbootstarter.mapper.ErrorCodeMapper.class - [JAR]

├─ io.github.wimdeblauwe.errorhandlingspringbootstarter.mapper.ErrorMessageMapper.class - [JAR]

├─ io.github.wimdeblauwe.errorhandlingspringbootstarter.mapper.HttpStatusMapper.class - [JAR]

io.github.wimdeblauwe.errorhandlingspringbootstarter.servlet

├─ io.github.wimdeblauwe.errorhandlingspringbootstarter.servlet.ErrorHandlingControllerAdvice.class - [JAR]

├─ io.github.wimdeblauwe.errorhandlingspringbootstarter.servlet.ServletErrorHandlingConfiguration.class - [JAR]

io.github.wimdeblauwe.errorhandlingspringbootstarter

├─ io.github.wimdeblauwe.errorhandlingspringbootstarter.AbstractErrorHandlingConfiguration.class - [JAR]

├─ io.github.wimdeblauwe.errorhandlingspringbootstarter.ApiErrorResponse.class - [JAR]

├─ io.github.wimdeblauwe.errorhandlingspringbootstarter.ApiErrorResponseCustomizer.class - [JAR]

├─ io.github.wimdeblauwe.errorhandlingspringbootstarter.ApiErrorResponseSerializer.class - [JAR]

├─ io.github.wimdeblauwe.errorhandlingspringbootstarter.ApiExceptionHandler.class - [JAR]

├─ io.github.wimdeblauwe.errorhandlingspringbootstarter.ApiFieldError.class - [JAR]

├─ io.github.wimdeblauwe.errorhandlingspringbootstarter.ApiGlobalError.class - [JAR]

├─ io.github.wimdeblauwe.errorhandlingspringbootstarter.ApiParameterError.class - [JAR]

├─ io.github.wimdeblauwe.errorhandlingspringbootstarter.DefaultFallbackApiExceptionHandler.class - [JAR]

├─ io.github.wimdeblauwe.errorhandlingspringbootstarter.ErrorHandlingProperties.class - [JAR]

├─ io.github.wimdeblauwe.errorhandlingspringbootstarter.FallbackApiExceptionHandler.class - [JAR]

├─ io.github.wimdeblauwe.errorhandlingspringbootstarter.LoggingService.class - [JAR]

├─ io.github.wimdeblauwe.errorhandlingspringbootstarter.ResponseErrorCode.class - [JAR]

├─ io.github.wimdeblauwe.errorhandlingspringbootstarter.ResponseErrorProperty.class - [JAR]

├─ io.github.wimdeblauwe.errorhandlingspringbootstarter.SpringOrmErrorHandlingConfiguration.class - [JAR]

├─ io.github.wimdeblauwe.errorhandlingspringbootstarter.SpringSecurityErrorHandlingConfiguration.class - [JAR]

├─ io.github.wimdeblauwe.errorhandlingspringbootstarter.UnauthorizedEntryPoint.class - [JAR]

├─ io.github.wimdeblauwe.errorhandlingspringbootstarter.ValidationErrorHandlingConfiguration.class - [JAR]

io.github.wimdeblauwe.errorhandlingspringbootstarter.reactive

├─ io.github.wimdeblauwe.errorhandlingspringbootstarter.reactive.GlobalErrorWebExceptionHandler.class - [JAR]

├─ io.github.wimdeblauwe.errorhandlingspringbootstarter.reactive.ReactiveErrorHandlingConfiguration.class - [JAR]

Advertisement