io.github.helpermethod.zipforge.ZipForgeException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of zip-forge Show documentation
Show all versions of zip-forge Show documentation
A tiny, formatter-friendly Java DSL for creating ZIP files.
The newest version!
package io.github.helpermethod.zipforge;
import java.io.IOException;
public class ZipForgeException extends RuntimeException {
public ZipForgeException(IOException e) {
super(e);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy