jar

com.s4nderdevelopment : exception-lib

Maven & Gradle

May 21, 2022

ExceptionLib · Library for standard exceptions

Table Of Contents

Latest Version

Download com.s4nderdevelopment : exception-lib JAR file - Latest Versions:

All Versions

Download com.s4nderdevelopment : exception-lib JAR file - All Versions:

Version Vulnerabilities Size Updated
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 exception-lib-0.2.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.s4nderdevelopment.exceptionlib.formatters.rest.server.notimplemented

├─ com.s4nderdevelopment.exceptionlib.formatters.rest.server.notimplemented.IEndpointNotImplementedFormatter.class - [JAR]

com.s4nderdevelopment.exceptionlib.exceptions.rest.client.badrequest

├─ com.s4nderdevelopment.exceptionlib.exceptions.rest.client.badrequest.EmptyFieldException.class - [JAR]

├─ com.s4nderdevelopment.exceptionlib.exceptions.rest.client.badrequest.IntRangeMaxException.class - [JAR]

├─ com.s4nderdevelopment.exceptionlib.exceptions.rest.client.badrequest.IntRangeMinException.class - [JAR]

├─ com.s4nderdevelopment.exceptionlib.exceptions.rest.client.badrequest.PasswordTooWeakException.class - [JAR]

├─ com.s4nderdevelopment.exceptionlib.exceptions.rest.client.badrequest.StringInvalidValueException.class - [JAR]

com.s4nderdevelopment.exceptionlib.exceptions.rest.server.notimplemented

├─ com.s4nderdevelopment.exceptionlib.exceptions.rest.server.notimplemented.EndpointNotImplementedException.class - [JAR]

com.s4nderdevelopment.exceptionlib.exceptions.rest

├─ com.s4nderdevelopment.exceptionlib.exceptions.rest.RestException.class - [JAR]

com.s4nderdevelopment.exceptionlib.exceptions.rest.client.unauthorized

├─ com.s4nderdevelopment.exceptionlib.exceptions.rest.client.unauthorized.InvalidAuthenticationTokenException.class - [JAR]

├─ com.s4nderdevelopment.exceptionlib.exceptions.rest.client.unauthorized.InvalidCredentialsException.class - [JAR]

├─ com.s4nderdevelopment.exceptionlib.exceptions.rest.client.unauthorized.NotLoggedInException.class - [JAR]

com.s4nderdevelopment.exceptionlib.exceptions.rest.client.forbidden

├─ com.s4nderdevelopment.exceptionlib.exceptions.rest.client.forbidden.NoPermissionException.class - [JAR]

com.s4nderdevelopment.exceptionlib.formatters.rest.server.internalservererror

├─ com.s4nderdevelopment.exceptionlib.formatters.rest.server.internalservererror.IUnknownErrorFormatter.class - [JAR]

com.s4nderdevelopment.exceptionlib.formatters.rest.client.conflict

├─ com.s4nderdevelopment.exceptionlib.formatters.rest.client.conflict.IFieldValueConflictFormatter.class - [JAR]

com.s4nderdevelopment.exceptionlib.formatters.rest.client.forbidden

├─ com.s4nderdevelopment.exceptionlib.formatters.rest.client.forbidden.INoPermissionFormatter.class - [JAR]

com.s4nderdevelopment.exceptionlib.formatters.rest

├─ com.s4nderdevelopment.exceptionlib.formatters.rest.IEntityNameFormatter.class - [JAR]

com.s4nderdevelopment.exceptionlib.exceptions.rest.server.internalservererror

├─ com.s4nderdevelopment.exceptionlib.exceptions.rest.server.internalservererror.UnknownErrorException.class - [JAR]

com.s4nderdevelopment.exceptionlib.exceptions.rest.client

├─ com.s4nderdevelopment.exceptionlib.exceptions.rest.client.BadRequestException.class - [JAR]

├─ com.s4nderdevelopment.exceptionlib.exceptions.rest.client.ConflictException.class - [JAR]

├─ com.s4nderdevelopment.exceptionlib.exceptions.rest.client.ForbiddenException.class - [JAR]

├─ com.s4nderdevelopment.exceptionlib.exceptions.rest.client.MethodNotAllowedException.class - [JAR]

├─ com.s4nderdevelopment.exceptionlib.exceptions.rest.client.NotFoundException.class - [JAR]

├─ com.s4nderdevelopment.exceptionlib.exceptions.rest.client.UnauthorizedException.class - [JAR]

com.s4nderdevelopment.exceptionlib.exceptions

├─ com.s4nderdevelopment.exceptionlib.exceptions.SuperException.class - [JAR]

com.s4nderdevelopment.exceptionlib.formatters.rest.client.badrequest

├─ com.s4nderdevelopment.exceptionlib.formatters.rest.client.badrequest.IEmptyFieldFormatter.class - [JAR]

├─ com.s4nderdevelopment.exceptionlib.formatters.rest.client.badrequest.IIntRangeMaxFormatter.class - [JAR]

├─ com.s4nderdevelopment.exceptionlib.formatters.rest.client.badrequest.IIntRangeMinFormatter.class - [JAR]

├─ com.s4nderdevelopment.exceptionlib.formatters.rest.client.badrequest.IPasswordTooWeakFormatter.class - [JAR]

├─ com.s4nderdevelopment.exceptionlib.formatters.rest.client.badrequest.IStringInvalidValueFormatter.class - [JAR]

com.s4nderdevelopment.exceptionlib.formatters.rest.client.unauthorized

├─ com.s4nderdevelopment.exceptionlib.formatters.rest.client.unauthorized.IInvalidAuthenticationTokenFormatter.class - [JAR]

├─ com.s4nderdevelopment.exceptionlib.formatters.rest.client.unauthorized.IInvalidCredentialsFormatter.class - [JAR]

├─ com.s4nderdevelopment.exceptionlib.formatters.rest.client.unauthorized.INotLoggedInFormatter.class - [JAR]

com.s4nderdevelopment.exceptionlib.exceptions.rest.server

├─ com.s4nderdevelopment.exceptionlib.exceptions.rest.server.InternalServerErrorException.class - [JAR]

├─ com.s4nderdevelopment.exceptionlib.exceptions.rest.server.NotImplementedException.class - [JAR]

com.s4nderdevelopment.exceptionlib.exceptions.rest.client.notfound

├─ com.s4nderdevelopment.exceptionlib.exceptions.rest.client.notfound.EntityNotFoundException.class - [JAR]

com.s4nderdevelopment.exceptionlib.formatters.rest.client.notfound

├─ com.s4nderdevelopment.exceptionlib.formatters.rest.client.notfound.IEntityNotFoundFormatter.class - [JAR]

com.s4nderdevelopment.exceptionlib.formatters

├─ com.s4nderdevelopment.exceptionlib.formatters.IFieldNameFormatter.class - [JAR]

com.s4nderdevelopment.exceptionlib.exceptions.rest.client.conflict

├─ com.s4nderdevelopment.exceptionlib.exceptions.rest.client.conflict.FieldValueConflictException.class - [JAR]