com.github.johanbrorson.uimapper.exceptions.LocatorNotFoundException Maven / Gradle / Ivy
package com.github.johanbrorson.uimapper.exceptions;
public class LocatorNotFoundException extends RuntimeException {
private static final long serialVersionUID = 4573949218851376573L;
public LocatorNotFoundException() {
super();
}
public LocatorNotFoundException(final String message) {
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy