Uses of Class
com.nevelex.app.args.ArgumentException

Uses of ArgumentException in com.nevelex.app.args
 

Subclasses of ArgumentException in com.nevelex.app.args
 class InvalidArgumentException
          Exception thrown when the command-line argument was supplied with all of its required parameters.
 class MissingArgumentException
          Exception thrown when the command-line argument list is missing a required argument.
 class UnknownArgumentException
          Exception thrown when the command-line argument is not recognized.