Uses of Class
io.github.mmm.cli.exception.CliException
-
Packages that use CliException Package Description io.github.mmm.cli.exception Contains common exceptions for CLI.io.github.mmm.nls.cli.exception Contains common CLI exceptions with native language support. -
-
Uses of CliException in io.github.mmm.cli.exception
Subclasses of CliException in io.github.mmm.cli.exception Modifier and Type Class Description classCliDuplicateOptionAliasExceptionCliExceptionthrown if two synonymousCliOptions have been specified. -
Uses of CliException in io.github.mmm.nls.cli.exception
Subclasses of CliException in io.github.mmm.nls.cli.exception Modifier and Type Class Description classCliArgumentMandatoryExceptionThrown if a mandatoryCliValueis missing.classCliDuplicateOptionsExceptionCliExceptionthrown if two one or multipleCliOptions have occurred multiple times.classCliInvalidUsageExceptionclassCliNoArgumentsExceptionclassCliTypeNotExtendingExceptionThrown if a mandatoryCliValueis missing.
-