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

cookercucumber_parser.exceptionsFactory.Exceps.CookerFeatureFactoryException Maven / Gradle / Ivy

Go to download

Derives smallest Feature File, Allows Data from Excel(xls and xlsx) and Also provides a clear and concise reporting

There is a newer version: 3.1.0
Show newest version
package cookercucumber_parser.exceptionsFactory.Exceps;

import cookercucumber_parser.exceptionsFactory.CookerPluginException;

public class CookerFeatureFactoryException extends CookerPluginException {
    /**
     * Constructor to set the error message
     * 
Author : Manjunath Prabhakar ([email protected])
* * @param message Error Message to display */ public CookerFeatureFactoryException(String message) { super(message); } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy