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

jcli.errors.MissingCommandLineValue Maven / Gradle / Ivy

package jcli.errors;

public final class MissingCommandLineValue extends InvalidCommandLine {
    public MissingCommandLineValue(final String arg) {
        super("Argument " + arg + " is missing a value");
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy