Module argumentor.exc
Class CommandExistsException
Exception raised when trying to add an already existing command.
Class CommandNotFoundException
Exception raised when trying to do something with an unexisting command.
Class MultipleHelpCommandsWarning
Warning issued when multiple commands are defined as help commands.
Class OptionExistsException
Exception raised when trying to add an already existing option.
Class OptionNotFoundException
Exception raised when trying to do something with an unexisting option.
Class ParsingError
Exception raised when the Argumentor.parse() method fails because of invalid user input.