jar

com.oyesk.starter : oyesk-starter-error

Maven & Gradle

May 15, 2023

oyesk-starter-error · This lib offers a custom exception handler for Spring Boot apps with generic usually used exceptions. It allows to throw an exception with a list of details.

Table Of Contents

Latest Version

Download com.oyesk.starter : oyesk-starter-error JAR file - Latest Versions:

All Versions

Download com.oyesk.starter : oyesk-starter-error JAR file - All Versions:

Version Vulnerabilities Size Updated
0.16
0.15
0.14
0.13
0.12
0.11

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 oyesk-starter-error-0.16.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.oyesk.starter.oyeskstartererror.config

├─ com.oyesk.starter.oyeskstartererror.config.ErrorBody.class - [JAR]

├─ com.oyesk.starter.oyeskstartererror.config.ExceptionHandlerConfig.class - [JAR]

├─ com.oyesk.starter.oyeskstartererror.config.HttpExceptionHandler.class - [JAR]

com.oyesk.starter.oyeskstartererror.exception

├─ com.oyesk.starter.oyeskstartererror.exception.AccessDeniedException.class - [JAR]

├─ com.oyesk.starter.oyeskstartererror.exception.BadRequestException.class - [JAR]

├─ com.oyesk.starter.oyeskstartererror.exception.ConflictException.class - [JAR]

├─ com.oyesk.starter.oyeskstartererror.exception.DetailedException.class - [JAR]

├─ com.oyesk.starter.oyeskstartererror.exception.ExceptionDetail.class - [JAR]

├─ com.oyesk.starter.oyeskstartererror.exception.NoContentException.class - [JAR]

├─ com.oyesk.starter.oyeskstartererror.exception.NotFoundException.class - [JAR]