Exception: 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: | 
        OptionParser::ParseError
        
  | 
    
| Defined in: | 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 OptionParser::ParseError