
org.dstadler.htmlunit.NoElementFoundException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of commons-htmlunit Show documentation
Show all versions of commons-htmlunit Show documentation
Common HtmlUnit utility methods that I find useful in various projects.
The newest version!
package org.dstadler.htmlunit;
import java.io.Serial;
public class NoElementFoundException extends HtmlUnitException {
@Serial
private static final long serialVersionUID = -7638075911892583052L;
public NoElementFoundException(String arg0) {
super(arg0);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy