uk.ac.cam.automation.seleniumframework.site.SiteCreationException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of seleniumframework Show documentation
Show all versions of seleniumframework Show documentation
A framework to enable test automation engineers to focus on writing tests rather than maintaining a testing
framework
package uk.ac.cam.automation.seleniumframework.site;
public class SiteCreationException extends RuntimeException {
public SiteCreationException(String message, Throwable e) {
super(message, e);
}
}