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

website.automate.jwebrobot.exceptions.ExpressionEvaluationException Maven / Gradle / Ivy

package website.automate.jwebrobot.exceptions;

import static java.text.MessageFormat.format;

public class ExpressionEvaluationException extends ScenarioExecutionException {

    private static final long serialVersionUID = -8420061435007979181L;
    
    public ExpressionEvaluationException(String expression){
        super(format("Can not evaluation expression {0}.", 
                expression));
    }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy