jar

com.github.vgalloy : auto-catch

Maven & Gradle

Mar 31, 2019
1 stars

Auto catch · Simple Java error wrapper

Table Of Contents

Latest Version

Download com.github.vgalloy : auto-catch JAR file - Latest Versions:

All Versions

Download com.github.vgalloy : auto-catch JAR file - All Versions:

Version Vulnerabilities Size Updated
1.2.x
1.1.x
1.0.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 auto-catch-1.2.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.vgalloy.autocatch.function

├─ com.github.vgalloy.autocatch.function.BooleanSupplierWithException.class - [JAR]

├─ com.github.vgalloy.autocatch.function.ByteSupplier.class - [JAR]

├─ com.github.vgalloy.autocatch.function.ByteSupplierWithException.class - [JAR]

├─ com.github.vgalloy.autocatch.function.CharSupplier.class - [JAR]

├─ com.github.vgalloy.autocatch.function.CharSupplierWithException.class - [JAR]

├─ com.github.vgalloy.autocatch.function.ConsumerWithException.class - [JAR]

├─ com.github.vgalloy.autocatch.function.DoubleSupplierWithException.class - [JAR]

├─ com.github.vgalloy.autocatch.function.FunctionWithError.class - [JAR]

├─ com.github.vgalloy.autocatch.function.IntSupplierWithException.class - [JAR]

├─ com.github.vgalloy.autocatch.function.PredicateWithError.class - [JAR]

├─ com.github.vgalloy.autocatch.function.RunnableWithException.class - [JAR]

com.github.vgalloy.autocatch

├─ com.github.vgalloy.autocatch.AutoCatch.class - [JAR]

com.github.vgalloy.autocatch.handler

├─ com.github.vgalloy.autocatch.handler.AutoCatcher.class - [JAR]

├─ com.github.vgalloy.autocatch.handler.BooleanSupplierWithExceptionHandler.class - [JAR]

├─ com.github.vgalloy.autocatch.handler.ByteSupplierWithExceptionHandler.class - [JAR]

├─ com.github.vgalloy.autocatch.handler.CallableWithExceptionHandler.class - [JAR]

├─ com.github.vgalloy.autocatch.handler.CharSupplierWithExceptionHandler.class - [JAR]

├─ com.github.vgalloy.autocatch.handler.ConsumerWithExceptionHandler.class - [JAR]

├─ com.github.vgalloy.autocatch.handler.DoubleSupplierWithExceptionHandler.class - [JAR]

├─ com.github.vgalloy.autocatch.handler.ExceptionForwarder.class - [JAR]

├─ com.github.vgalloy.autocatch.handler.IntSupplierWithExceptionHandler.class - [JAR]

├─ com.github.vgalloy.autocatch.handler.RunnableWithExceptionHandler.class - [JAR]

├─ com.github.vgalloy.autocatch.handler.UndeclaredExceptionHandler.class - [JAR]

Advertisement