Uses of Class
edu.toronto.cs.util.Clapi.OptParseException

Packages that use Clapi.OptParseException
edu.toronto.cs.util Miscellaneous useful utility classes. 
 

Uses of Clapi.OptParseException in edu.toronto.cs.util
 

Subclasses of Clapi.OptParseException in edu.toronto.cs.util
static class Clapi.OptHelpRequestedException
           
static class Clapi.OptShortHelpRequestedException
           
 

Methods in edu.toronto.cs.util with parameters of type Clapi.OptParseException
 void Clapi.OptParser.printUsage(java.io.PrintWriter out, Clapi.OptParseException ex)
          Prints usage information for a program based on the specified options and program information.
 

Methods in edu.toronto.cs.util that throw Clapi.OptParseException
 void Clapi.OptResult.add(Clapi.Opt key, java.lang.Object value)
           
protected  void Clapi.Opt.checkArity(Clapi.OptResult result)
           
protected  Clapi.Opt Clapi.OptParser.getLongOpt(java.lang.String longName)
           
protected  java.lang.String Clapi.ArgumentParser.getToken(edu.toronto.cs.util.Clapi.TokenStream in)
          Grab the given token.
protected  java.lang.String Clapi.Opt.getToken(edu.toronto.cs.util.Clapi.TokenStream in)
          Grab the given token.
protected  java.util.List Clapi.OptParser.loadTokenFile(java.lang.String fileName)
          Load the named @-option file into a List.
 Clapi.OptResult Clapi.OptParser.parse(java.lang.String[] _tokens)
          Parses the given token array, returning the result of the parse.
protected abstract  java.lang.Object Clapi.ArgumentParser.parseArguments(edu.toronto.cs.util.Clapi.TokenStream in)
           
protected  java.lang.Object Clapi.HelpArgumentParser.parseArguments(edu.toronto.cs.util.Clapi.TokenStream in)
           
protected  java.lang.Object Clapi.StringArgumentParser.parseArguments(edu.toronto.cs.util.Clapi.TokenStream in)
           
protected  java.lang.Object Clapi.IntArgumentParser.parseArguments(edu.toronto.cs.util.Clapi.TokenStream in)
           
protected  java.lang.Object Clapi.EatAllParser.parseArguments(edu.toronto.cs.util.Clapi.TokenStream in)
           
protected  java.lang.Object Clapi.BooleanArgumentParser.parseArguments(edu.toronto.cs.util.Clapi.TokenStream in)
           
protected  void Clapi.Opt.parseArguments(edu.toronto.cs.util.Clapi.TokenStream in, Clapi.OptResult optResult)
          Parses the arguments for this option, adding them to the OptResult data structure passed in.
protected  java.lang.String[] Clapi.OptParser.preprocessTokens(java.lang.String[] tokens)
          Process '@' options, loading sets of options from named files.