
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