CookerCucumberMavenPlugin.ExceptionsFactory.Exceps.CookerFeatureFactoryException 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.Exceps;
import CookerCucumberMavenPlugin.ExceptionsFactory.CookerPluginException;
public class CookerFeatureFactoryException extends CookerPluginException {
public CookerFeatureFactoryException(String message) {
super(message);
}
}