All Downloads are FREE. Search and download functionalities are using the official Maven repository.

de.redsix.pdfcompare.cli.CliArgumentsParseException Maven / Gradle / Ivy

Go to download

A simple Java library to compare two PDF files. Files are rendered and compared pixel by pixel.

There is a newer version: 1.2.3
Show newest version
package de.redsix.pdfcompare.cli;

public class CliArgumentsParseException extends RuntimeException {

    public CliArgumentsParseException(Exception cause) {
        super("Failed processing Command Line Arguments.", cause);
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy