Exception: Gem::OptionParser::InvalidArgument
| Relationships & Source Files | |
| Extension / Inclusion / Inheritance Descendants | |
|
Subclasses:
|
|
| 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 the given argument does not match required format.
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