Uses of Class
com.google.caliper.util.InvalidCommandException

Packages that use InvalidCommandException
com.google.caliper.runner   
com.google.caliper.util   
 

Uses of InvalidCommandException in com.google.caliper.runner
 

Methods in com.google.caliper.runner that throw InvalidCommandException
static void CaliperMain.exitlessMain(String[] args, PrintWriter writer)
           
static ParsedOptions ParsedOptions.from(String[] args)
           
 

Constructors in com.google.caliper.runner that throw InvalidCommandException
CaliperRun(CaliperOptions options, CaliperRc caliperRc, ConsoleWriter console)
           
 

Uses of InvalidCommandException in com.google.caliper.util
 

Subclasses of InvalidCommandException in com.google.caliper.util
 class DisplayUsageException
          Exception used to abort command-line processing because the user has asked for help (using either --help or -h).
 

Methods in com.google.caliper.util that throw InvalidCommandException
 void CommandLineParser.parseAndInject(String[] args, T injectee)
          Parses the command-line arguments 'args', setting the @Option fields of the 'optionSource' provided to the constructor.
 



Copyright © 2009-2011 Google, Inc.. All Rights Reserved.