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

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