
pickleib.exceptions.PickleibException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of Pickleib Show documentation
Show all versions of Pickleib Show documentation
Pickleib library for supporting web application automation with Selenium
The newest version!
package pickleib.exceptions;
public class PickleibException extends RuntimeException {
public PickleibException(String errorMessage) {super(errorMessage);}
public PickleibException(Exception errorMessage) {super(errorMessage);}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy