Cytoscape 2.8.0 API

Uses of Class
org.apache.commons.cli.ParseException

Packages that use ParseException
org.apache.commons.cli Commons CLI 1.0 
 

Uses of ParseException in org.apache.commons.cli
 

Subclasses of ParseException in org.apache.commons.cli
 class AlreadySelectedException
          Thrown when more than one option in an option group has been provided.
 class MissingArgumentException
          Thrown when an option requiring an argument is not provided with an argument.
 class MissingOptionException
          Thrown when a required option has not been provided.
 class UnrecognizedOptionException
          Exception thrown during parsing signalling an unrecognized option was seen.
 

Methods in org.apache.commons.cli that throw ParseException
 CommandLine Parser.parse(Options options, String[] arguments)
          Parses the specified arguments based on the specifed Options.
 CommandLine CommandLineParser.parse(Options options, String[] arguments)
          Parse the arguments according to the specified options.
 CommandLine Parser.parse(Options options, String[] arguments, boolean stopAtNonOption)
          Parses the specified arguments based on the specifed Options.
 CommandLine CommandLineParser.parse(Options options, String[] arguments, boolean stopAtNonOption)
          Parse the arguments according to the specified options.
 CommandLine Parser.parse(Options options, String[] arguments, Properties properties)
          Parse the arguments according to the specified options and properties.
 CommandLine CommandLineParser.parse(Options options, String[] arguments, Properties properties)
          Parse the arguments according to the specified options and properties.
 CommandLine Parser.parse(Options options, String[] arguments, Properties properties, boolean stopAtNonOption)
          Parse the arguments according to the specified options and properties.
 CommandLine CommandLineParser.parse(Options options, String[] arguments, Properties properties, boolean stopAtNonOption)
          Parse the arguments according to the specified options and properties.
 void Parser.processArgs(Option opt, ListIterator iter)
          Process the argument values for the specified Option opt using the values retrieved from the specified iterator iter.
 


Cytoscape 2.8.0 API

Copyright 2010 Cytoscape Consortium. All rights reserved.