Uses of Class
net.dpml.cli.OptionException

Packages that use OptionException
net.dpml.cli Commandline modeling and parsing utilities. 
net.dpml.cli.commandline Commandline implementation. 
net.dpml.cli.option Options implementation include command, group, switch and property abstractions. 
net.dpml.cli.util Commandline utilities including help formatter. 
 

Uses of OptionException in net.dpml.cli
 

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

Uses of OptionException in net.dpml.cli.commandline
 

Methods in net.dpml.cli.commandline that throw OptionException
 CommandLine Parser.parse(String[] arguments)
          Parse the arguments according to the specified options and properties.
 

Uses of OptionException in net.dpml.cli.option
 

Methods in net.dpml.cli.option that throw OptionException
 void Switch.processParent(WriteableCommandLine commandLine, ListIterator arguments)
          Processes the parent part of the Option.
 void Switch.validate(WriteableCommandLine commandLine)
          Checks that the supplied CommandLine is valid with respect to this option.
 void SourceDestArgument.validate(WriteableCommandLine commandLine, Option option)
          Checks that the supplied CommandLine is valid with respect to the suppled option.
 void PropertyOption.process(WriteableCommandLine commandLine, ListIterator arguments)
          Processes String arguments into a CommandLine.
 void PropertyOption.validate(WriteableCommandLine commandLine)
          Checks that the supplied CommandLine is valid with respect to this option.
 void ParentImpl.process(WriteableCommandLine commandLine, ListIterator arguments)
          Processes String arguments into a CommandLine.
 void ParentImpl.validate(WriteableCommandLine commandLine)
          Checks that the supplied CommandLine is valid with respect to this option.
 void GroupImpl.process(WriteableCommandLine commandLine, ListIterator arguments)
          Processes String arguments into a CommandLine.
 void GroupImpl.validate(WriteableCommandLine commandLine)
          Checks that the supplied CommandLine is valid with respect to this option.
 void DefaultOption.processParent(WriteableCommandLine commandLine, ListIterator arguments)
          Process the parent.
 void DefaultOption.validate(WriteableCommandLine commandLine)
          Checks that the supplied CommandLine is valid with respect to this option.
 void Command.processParent(WriteableCommandLine commandLine, ListIterator arguments)
          Process the parent.
 void Command.validate(WriteableCommandLine commandLine)
          Checks that the supplied CommandLine is valid with respect to this option.
 void ArgumentImpl.processValues(WriteableCommandLine commandLine, ListIterator arguments, Option option)
          Processes the "README" style element of the argument.
 void ArgumentImpl.process(WriteableCommandLine commandLine, ListIterator args)
          Processes String arguments into a CommandLine.
 void ArgumentImpl.validate(WriteableCommandLine commandLine)
          Performs any necessary validation on the values added to the CommandLine.
 void ArgumentImpl.validate(WriteableCommandLine commandLine, Option option)
          Performs any necessary validation on the values added to the CommandLine.
 

Uses of OptionException in net.dpml.cli.util
 

Methods in net.dpml.cli.util that return OptionException
 OptionException HelpFormatter.getException()
          Return the option exception
 

Methods in net.dpml.cli.util with parameters of type OptionException
 void HelpFormatter.setException(OptionException exception)
          Sets the exception to document