org.sellmerfud

optparse

package optparse

Visibility
  1. Public
  2. All

Type Members

  1. class AmbiguousArgumentException extends OptionParserException

    An instance of this exception should be thrown by argument parsers upon detecting an ambiguous argument value.

  2. class InvalidArgumentException extends OptionParserException

    An instance of this exception should be thrown by argument parsers upon detecting an invalid argument value.

  3. class OptionParser extends AnyRef

    OptionParser is a class that handles the parsing of switches and arguments on the command line.

  4. class OptionParserException extends RuntimeException

    Base class of all exceptions thrown by org.sellmerfud.optparse.OptionParser.

Ungrouped