Exception: OptionParser::MissingArgument
| Relationships & Source Files | |
| Super Chains via Extension / Inclusion / Inheritance | |
| Class Chain: 
          self,
           ParseError,
          RuntimeError | |
| Instance Chain: 
          self,
           ParseError,
          RuntimeError | |
| Inherits: | OptionParser::ParseError 
 | 
| Defined in: | lib/optparse.rb | 
Overview
Raises when a switch with mandatory argument has 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 OptionParser::ParseError