Uses of Class
org.kohsuke.args4j.CmdLineException

Packages that use CmdLineException
org.kohsuke.args4j Command line parser core. 
org.kohsuke.args4j.opts Various CmdLineOption implementations. 
 

Uses of CmdLineException in org.kohsuke.args4j
 

Subclasses of CmdLineException in org.kohsuke.args4j
 class IllegalOptionParameterException
          Signals an error in a parameter of an option.
 class MissingOptionParameterException
          Signals an error where an option is missing parameters.
 class UndefinedOptionException
          Signals that an option is not defined.
 

Methods in org.kohsuke.args4j that throw CmdLineException
 int CmdLineOption.Parameters.getIntParameter(int idx)
          The convenience method of Integer.parseInt(getParameter(idx)) with proper error handling.
 String CmdLineOption.Parameters.getParameter(int idx)
          Gets the additional parameter to this option.
 void CmdLineParser.parse(String[] args)
          Parse the arguments.
 int CmdLineOption.parseArguments(CmdLineParser parser, CmdLineOption.Parameters params)
          Called if the option that this parser recognizes is found.
 

Uses of CmdLineException in org.kohsuke.args4j.opts
 

Methods in org.kohsuke.args4j.opts that throw CmdLineException
 int StringOption.parseArguments(CmdLineParser parser, CmdLineOption.Parameters params)
           
 int BooleanOption.parseArguments(CmdLineParser parser, CmdLineOption.Parameters params)
           
 int IntOption.parseArguments(CmdLineParser parser, CmdLineOption.Parameters params)
           
 int FileOption.parseArguments(CmdLineParser parser, CmdLineOption.Parameters params)
           
 int AliasOption.parseArguments(CmdLineParser parser, CmdLineOption.Parameters params)
           
 int MultiStringOption.parseArguments(CmdLineParser parser, CmdLineOption.Parameters params)
           
 



Copyright © 2003-2011 Kohsuke Kawaguchi. All Rights Reserved.