tech.grasshopper.exception.CucumberPDFReportPluginException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cucumber-pdf-plugin Show documentation
Show all versions of cucumber-pdf-plugin Show documentation
Generates Cucumber execution report in PDF format
package tech.grasshopper.exception;
public class CucumberPDFReportPluginException extends RuntimeException {
/**
*
*/
private static final long serialVersionUID = 1L;
public CucumberPDFReportPluginException(String message) {
super(message);
}
public CucumberPDFReportPluginException(String message, Exception exception) {
super(message, exception);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy