Uses of Class
org.apache.commons.cli2.OptionException

Packages that use OptionException
org.apache.commons.cli2   
org.apache.commons.cli2.commandline   
org.apache.commons.cli2.option   
org.apache.commons.cli2.util   
 

Uses of OptionException in org.apache.commons.cli2
 

Methods in org.apache.commons.cli2 that throw OptionException
 void Option.process(WriteableCommandLine commandLine, java.util.ListIterator args)
          Processes String arguments into a CommandLine.
 void Parent.processParent(WriteableCommandLine commandLine, java.util.ListIterator args)
          Processes the parent part of the Option.
 void Argument.processValues(WriteableCommandLine commandLine, java.util.ListIterator args, Option option)
          Processes the "README" style element of the argument.
 void Option.validate(WriteableCommandLine commandLine)
          Checks that the supplied CommandLine is valid with respect to this option.
 void Argument.validate(WriteableCommandLine commandLine, Option option)
          Performs any necessary validation on the values added to the CommandLine.
 

Uses of OptionException in org.apache.commons.cli2.commandline
 

Methods in org.apache.commons.cli2.commandline that throw OptionException
 CommandLine Parser.parse(java.lang.String[] arguments)
          Parse the arguments according to the specified options and properties.
 

Uses of OptionException in org.apache.commons.cli2.option
 

Methods in org.apache.commons.cli2.option that throw OptionException
 void ArgumentImpl.process(WriteableCommandLine commandLine, java.util.ListIterator args)
           
 void GroupImpl.process(WriteableCommandLine commandLine, java.util.ListIterator arguments)
           
 void PropertyOption.process(WriteableCommandLine commandLine, java.util.ListIterator arguments)
           
 void ParentImpl.process(WriteableCommandLine commandLine, java.util.ListIterator arguments)
           
 void Command.processParent(WriteableCommandLine commandLine, java.util.ListIterator arguments)
           
 void DefaultOption.processParent(WriteableCommandLine commandLine, java.util.ListIterator arguments)
           
 void Switch.processParent(WriteableCommandLine commandLine, java.util.ListIterator arguments)
           
 void ArgumentImpl.processValues(WriteableCommandLine commandLine, java.util.ListIterator arguments, Option option)
           
 void ArgumentImpl.validate(WriteableCommandLine commandLine)
           
 void GroupImpl.validate(WriteableCommandLine commandLine)
           
 void Command.validate(WriteableCommandLine commandLine)
           
 void ParentImpl.validate(WriteableCommandLine commandLine)
           
 void DefaultOption.validate(WriteableCommandLine commandLine)
           
 void Switch.validate(WriteableCommandLine commandLine)
           
 void ArgumentImpl.validate(WriteableCommandLine commandLine, Option option)
           
 void SourceDestArgument.validate(WriteableCommandLine commandLine, Option option)
           
 

Uses of OptionException in org.apache.commons.cli2.util
 

Fields in org.apache.commons.cli2.util declared as OptionException
private  OptionException HelpFormatter.exception
           
 

Methods in org.apache.commons.cli2.util that return OptionException
 OptionException HelpFormatter.getException()
           
 

Methods in org.apache.commons.cli2.util with parameters of type OptionException
 void HelpFormatter.setException(OptionException exception)
          Sets the exception to document