Uses of Package
com.github.sttk.cliargs.exceptions
Packages that use com.github.sttk.cliargs.exceptions
Package
Description
Provides the classes to parse and print comand line arguments.
Provides the exception classes for parsing comand line arguments.
Provides the classes to validate an option argument string in command line arguments.
-
Classes in com.github.sttk.cliargs.exceptions used by com.github.sttk.cliargsClassDescriptionIs the exception which indicates that it is failed to set option arguments (including those from default values) to a field of an option store.Is the abstract class of the exception that provides a method to retrieve an option name.
-
Classes in com.github.sttk.cliargs.exceptions used by com.github.sttk.cliargs.exceptionsClassDescriptionIs the abstract class of the exception that provides a method to retrieve an option name.
-
Classes in com.github.sttk.cliargs.exceptions used by com.github.sttk.cliargs.validatorsClassDescriptionIs the exception which indicates that the option argument is invalidated by the validator in the option configuration.