getopt-0.3

Uses of Class
jrowe.getopt.OptionException

Packages that use OptionException
jrowe.getopt This is a package to parse command-line options. 
 

Uses of OptionException in jrowe.getopt
 

Methods in jrowe.getopt with parameters of type OptionException
protected  void DefaultGetOptions.handleOptionException(OptionException e)
          Handles an OptionException.
 

Methods in jrowe.getopt that throw OptionException
 void DefaultGetOptions.setArgs(String[] args)
          Sets the arguments from the command line.
protected  void DefaultGetOptions.parseArgs()
          Parses the arguments specified by the setArgs method.
protected  List DefaultGetOptions.getOption(String token)
          Returns the appropriate Option object(s) for the given token.
protected  void DefaultGetOptions.throwOptionException()
          Throws an OptionException.
protected  void DefaultGetOptions.throwOptionException(String errorMsg, int errorCode)
          Throws an OptionException.
 void GetOptions.setArgs(String[] args)
          Sets the arguments from the command line.
 


getopt-0.3