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

com.rk.fsp.exceptions.DriverableNotImplementedException Maven / Gradle / Ivy

The newest version!
package com.rk.fsp.exceptions;

/**
 * Created by Roman_Khachko on 5/17/2016.
 */
public class DriverableNotImplementedException extends RuntimeException {
    @Override
    public String getMessage() {
        return "Driverable should be implemented in order to obtain WebDriver instance";
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy