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 class
CliDuplicateOptionAliasException
CliException
thrown if two synonymousCliOption
s 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 class
CliArgumentMandatoryException
Thrown if a mandatoryCliValue
is missing.class
CliDuplicateOptionsException
CliException
thrown if two one or multipleCliOption
s have occurred multiple times.class
CliInvalidUsageException
class
CliNoArgumentsException
class
CliTypeNotExtendingException
Thrown if a mandatoryCliValue
is missing.
-