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 java.text.MessageFormat;

public class ExpressionEvaluationException extends RuntimeException {

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

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy