jar

com.github.TurquoiseSpace : throwable-utility

Maven & Gradle

Aug 14, 2023
0 stars

Throwable Utility · JSON Friendly Exceptions, Errors and Throwables in Java. Utility to convert Exception or Throwable into JSON. Log the complete Exception or Throwable as a String. Throwable JSON Transformer Module.

Table Of Contents

Latest Version

Download com.github.TurquoiseSpace : throwable-utility JAR file - Latest Versions:

All Versions

Download com.github.TurquoiseSpace : throwable-utility 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 throwable-utility-0.0.9.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.TurquoiseSpace.model

├─ com.TurquoiseSpace.model.ExceptionMeta.class - [JAR]

├─ com.TurquoiseSpace.model.ExceptionPoint.class - [JAR]

├─ com.TurquoiseSpace.model.GenericException.class - [JAR]

com.TurquoiseSpace.utility

├─ com.TurquoiseSpace.utility.ExceptionLogUtil.class - [JAR]

├─ com.TurquoiseSpace.utility.JsonUtil.class - [JAR]

├─ com.TurquoiseSpace.utility.ThrowableLogUtil.class - [JAR]

com.TurquoiseSpace.constant

├─ com.TurquoiseSpace.constant.ErrorConstants.class - [JAR]

├─ com.TurquoiseSpace.constant.ExceptionConstants.class - [JAR]

├─ com.TurquoiseSpace.constant.ThrowableConstants.class - [JAR]