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

nu.validator.maven.plugin.configuration.MojoInvalidConfigurationException Maven / Gradle / Ivy

Go to download

Maven plugin to validate HTML / CSS / SVG files with the NU HTML Checker (v.NU, https://validator.github.io/validator/)

The newest version!
package nu.validator.maven.plugin.configuration;

import org.apache.maven.plugin.MojoFailureException;

public class MojoInvalidConfigurationException extends MojoFailureException {

    public MojoInvalidConfigurationException(final String message) {
        super("Configuration error: " + message);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy