CookerCucumberMavenPlugin.ExceptionsFactory.CookerPluginException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of cooker-maven-plugin Show documentation
Show all versions of cooker-maven-plugin Show documentation
Derives smallest Feature File, Allows Data from Excel(xls and xlsx) and Also provides a clear and
concise reporting
package CookerCucumberMavenPlugin.ExceptionsFactory;
public class CookerPluginException extends Exception {
public CookerPluginException(final String message) {
super(message);
}
}