com.github.valdr.cli.IncompleteCliException Maven / Gradle / Ivy
package com.github.valdr.cli;
/**
* To be thrown when the command line does not contain all the required args.
*/
public class IncompleteCliException extends Exception {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy