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

jcli.errors.InvalidCommandLine Maven / Gradle / Ivy

package jcli.errors;

public abstract class InvalidCommandLine extends Exception {
    protected InvalidCommandLine(String message) {
        super(message);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy