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

com.github.jhonnymertz.wkhtmltopdf.wrapper.exceptions.WkhtmltopdfConfigurationException Maven / Gradle / Ivy

Go to download

A Java based wrapper for the wkhtmltopdf command line tool. As the name implies, it uses WebKit to convert HTML documents to PDFs.

There is a newer version: 1.3.1-RELEASE
Show newest version
package com.github.jhonnymertz.wkhtmltopdf.wrapper.exceptions;


/**
 * Exception to describe and track wrapper configuration errors
 */
public class WkhtmltopdfConfigurationException extends RuntimeException {

    /**
     * Instantiates a new Wkhtmltopdf configuration exception.
     *
     * @param s the s
     */
    public WkhtmltopdfConfigurationException(final String s) {
        super(s);
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy