jar

io.github.codexjp : fault-shield-core

Maven & Gradle

Jan 12, 2024
1 stars

io.github.codexjp:fault-shield-core · Library for detecting and managing runtime errors in Java applications with SpringBoot

Table Of Contents

Latest Version

Download io.github.codexjp : fault-shield-core JAR file - Latest Versions:

All Versions

Download io.github.codexjp : fault-shield-core JAR file - All Versions:

Version Vulnerabilities Size Updated
0.0.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 fault-shield-core-0.0.20.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.codexjptech.faultshieldcore.factory

├─ com.codexjptech.faultshieldcore.factory.HttpStatusErrorEnum.class - [JAR]

├─ com.codexjptech.faultshieldcore.factory.RestClientErrorHandlingStrategyFactory.class - [JAR]

com.codexjptech.faultshieldcore.handling

├─ com.codexjptech.faultshieldcore.handling.ApplicationExceptionHandlerImpl.class - [JAR]

├─ com.codexjptech.faultshieldcore.handling.CheckedExceptionHandlerImpl.class - [JAR]

├─ com.codexjptech.faultshieldcore.handling.CustomExceptionHandlerUtil.class - [JAR]

├─ com.codexjptech.faultshieldcore.handling.ErrorHandlerImpl.class - [JAR]

├─ com.codexjptech.faultshieldcore.handling.ICustomExceptionHandler.class - [JAR]

├─ com.codexjptech.faultshieldcore.handling.RestClientErrorDecoderHandler.class - [JAR]

├─ com.codexjptech.faultshieldcore.handling.RestClientExceptionHandlerImpl.class - [JAR]

├─ com.codexjptech.faultshieldcore.handling.UncheckedExceptionHandlerImpl.class - [JAR]

com.codexjptech.faultshieldcore.model.constant

├─ com.codexjptech.faultshieldcore.model.constant.ApplicationConstants.class - [JAR]

├─ com.codexjptech.faultshieldcore.model.constant.ApplicationExceptionDetailConstants.class - [JAR]

├─ com.codexjptech.faultshieldcore.model.constant.CheckedExceptionDetailConstants.class - [JAR]

├─ com.codexjptech.faultshieldcore.model.constant.ErrorDetailConstants.class - [JAR]

├─ com.codexjptech.faultshieldcore.model.constant.GlobalErrorConstants.class - [JAR]

├─ com.codexjptech.faultshieldcore.model.constant.RestClientErrorDetailConstants.class - [JAR]

├─ com.codexjptech.faultshieldcore.model.constant.UncheckedExceptionDetailConstants.class - [JAR]

com.codexjptech.faultshieldcore.strategy

├─ com.codexjptech.faultshieldcore.strategy.BadRequestErrorHandlingStrategyImpl.class - [JAR]

├─ com.codexjptech.faultshieldcore.strategy.ForbiddenErrorHandlingStrategyImpl.class - [JAR]

├─ com.codexjptech.faultshieldcore.strategy.IRestClientErrorHandlingStrategy.class - [JAR]

├─ com.codexjptech.faultshieldcore.strategy.InternalServerErrorHandlingStrategyImpl.class - [JAR]

├─ com.codexjptech.faultshieldcore.strategy.NotFoundErrorHandlingStrategyImpl.class - [JAR]

├─ com.codexjptech.faultshieldcore.strategy.PreconditionFailedErrorHandlingStrategyImpl.class - [JAR]

├─ com.codexjptech.faultshieldcore.strategy.RestClientErrorHandlingStrategyBase.class - [JAR]

├─ com.codexjptech.faultshieldcore.strategy.ServiceUnavailableErrorHandlingStrategyImpl.class - [JAR]

├─ com.codexjptech.faultshieldcore.strategy.UnauthorizedErrorHandlingStrategyImpl.class - [JAR]

com.codexjptech.faultshieldcore.controller

├─ com.codexjptech.faultshieldcore.controller.ExceptionHandlerController.class - [JAR]

com.codexjptech.faultshieldcore.interceptor

├─ com.codexjptech.faultshieldcore.interceptor.ApplicationExceptionInterceptor.class - [JAR]

├─ com.codexjptech.faultshieldcore.interceptor.CheckedExceptionInterceptor.class - [JAR]

├─ com.codexjptech.faultshieldcore.interceptor.ErrorExceptionInterceptor.class - [JAR]

├─ com.codexjptech.faultshieldcore.interceptor.RestClientExceptionInterceptor.class - [JAR]

├─ com.codexjptech.faultshieldcore.interceptor.UncheckedExceptionInterceptor.class - [JAR]

com.codexjptech.faultshieldcore.model

├─ com.codexjptech.faultshieldcore.model.GlobalErrorDetail.class - [JAR]

├─ com.codexjptech.faultshieldcore.model.GlobalErrorDetailStackTrace.class - [JAR]

├─ com.codexjptech.faultshieldcore.model.GlobalResponse.class - [JAR]

com.codexjptech.faultshieldcore.exception

├─ com.codexjptech.faultshieldcore.exception.BadRequestException.class - [JAR]

├─ com.codexjptech.faultshieldcore.exception.ForbiddenException.class - [JAR]

├─ com.codexjptech.faultshieldcore.exception.GlobalApplicationException.class - [JAR]

├─ com.codexjptech.faultshieldcore.exception.GlobalRestClientException.class - [JAR]

├─ com.codexjptech.faultshieldcore.exception.InternalServerErrorException.class - [JAR]

├─ com.codexjptech.faultshieldcore.exception.NotFoundException.class - [JAR]

├─ com.codexjptech.faultshieldcore.exception.PreconditionFailedException.class - [JAR]

├─ com.codexjptech.faultshieldcore.exception.ServiceUnavailableException.class - [JAR]

├─ com.codexjptech.faultshieldcore.exception.UnauthorizedException.class - [JAR]

com.codexjptech.faultshieldcore.model.mapper

├─ com.codexjptech.faultshieldcore.model.mapper.GlobalErrorMappers.class - [JAR]

com.codexjptech.faultshieldcore.enums.app

├─ com.codexjptech.faultshieldcore.enums.app.ControllerErrorCodeEnum.class - [JAR]

com.codexjptech.faultshieldcore

├─ com.codexjptech.faultshieldcore.FaultShieldCoreApplication.class - [JAR]

com.codexjptech.faultshieldcore.enums

├─ com.codexjptech.faultshieldcore.enums.CheckedExceptionErrorCodeEnum.class - [JAR]

├─ com.codexjptech.faultshieldcore.enums.ErrorExceptionCodeEnum.class - [JAR]

├─ com.codexjptech.faultshieldcore.enums.HttpExceptionErrorCodeEnum.class - [JAR]

├─ com.codexjptech.faultshieldcore.enums.UncheckedExceptionErrorCodeEnum.class - [JAR]

com.codexjptech.faultshieldcore.exception.app

├─ com.codexjptech.faultshieldcore.exception.app.ExceptionHandlerControllerEx.class - [JAR]

com.codexjptech.faultshieldcore.util

├─ com.codexjptech.faultshieldcore.util.GlobalErrorCodeManagerImpl.class - [JAR]

├─ com.codexjptech.faultshieldcore.util.GlobalErrorCodeManagerPrefixUtil.class - [JAR]

├─ com.codexjptech.faultshieldcore.util.IGlobalErrorCodeBuilder.class - [JAR]

├─ com.codexjptech.faultshieldcore.util.IGlobalErrorCodeManager.class - [JAR]

com.codexjptech.faultshieldcore.config

├─ com.codexjptech.faultshieldcore.config.AppConfig.class - [JAR]