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

org.dstadler.htmlunit.NoElementFoundException Maven / Gradle / Ivy

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