de.redsix.pdfcompare.cli.CliArgumentsParseException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pdfcompare Show documentation
Show all versions of pdfcompare Show documentation
A simple Java library to compare two PDF files. Files are rendered and compared pixel by pixel.
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