
org.dstadler.htmlunit.HtmlUnitException 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 HtmlUnitException extends Exception {
@Serial
private static final long serialVersionUID = 672381225744556274L;
public HtmlUnitException(String arg0) {
super(arg0);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy