Uses of Class
bpiwowar.argparser.ArgParserException

Packages that use ArgParserException
bpiwowar.argparser Command line parsing package 
bpiwowar.argparser.handlers Handling and storing argument values 
 

Uses of ArgParserException in bpiwowar.argparser
 

Subclasses of ArgParserException in bpiwowar.argparser
 class ArgParseException
          Exception class used by ArgParser when command line arguments contain an error.
 class IllegalArgumentValue
          Exception thrown when an argument has a not valid value (i.e., value out of bound, etc.)
 class RequiredArgumentMissing
           
 class StringScanException
          Exception class used by StringScanner when command line arguments do not parse correctly.
 class UnmatchedArgumentException
           
 

Methods in bpiwowar.argparser that throw ArgParserException
 void ArgParser.matchAllArgs(String... args)
          Matches arguments within an argument list.
 String[] ArgParser.matchAllArgs(String[] args, EnumSet<ArgParserOption> parseFlags)
          Matches a command line
 String[] ArgParser.matchAllArgs(String[] args, int idx, ArgParserOption... exitFlags)
           
 String[] ArgParser.matchAllArgs(String[] args, int idx, EnumSet<ArgParserOption> exitFlags)
          Matches arguments within an argument list and returns those which were not matched.
 int ArgParser.matchArg(String[] args, int idx)
          Matches one option starting at a specified location in an argument list.
 

Uses of ArgParserException in bpiwowar.argparser.handlers
 

Methods in bpiwowar.argparser.handlers that throw ArgParserException
 int MethodCallHandler.parse(ArgParser argParser, String[] args, int idx)
           
abstract  int Handler.parse(ArgParser argParser, String[] args, int idx)
          Parse the arguments from the current index
 



Copyright © 2013. All Rights Reserved.