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

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

The newest version!
package org.dstadler.htmlunit;

import java.io.Serial;


public class WrongElementException extends HtmlUnitException {
    @Serial
    private static final long serialVersionUID = 1871130851511111467L;

    public WrongElementException(String arg0) {
        super(arg0);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy