Exception: Gem::OptionParser::NeedlessArgument
Relationships & Source Files | |
Super Chains via Extension / Inclusion / Inheritance | |
Class Chain:
self,
ParseError ,
RuntimeError
|
|
Instance Chain:
self,
ParseError ,
RuntimeError
|
|
Inherits: |
Gem::OptionParser::ParseError
|
Defined in: | lib/rubygems/vendor/optparse/lib/optparse.rb |
Overview
Raises when there is an argument for a switch which takes no argument.
Constant Summary
ParseError
- Inherited
Class Method Summary
ParseError
- Inherited
Instance Attribute Summary
ParseError
- Inherited
#additional, #args, | |
#reason | Returns error reason. |
#reason= |
Instance Method Summary
ParseError
- Inherited
#inspect, | |
#message | Default stringizing method to emit standard error message. |
#recover | Pushes back erred argument(s) to |
#set_backtrace, #set_option, | |
#to_s | Alias for ParseError#message. |
Constructor Details
This class inherits a constructor from Gem::OptionParser::ParseError