Qucs-S S-parameter Viewer & RF Synthesis Tools
Loading...
Searching...
No Matches
click.exceptions.BadArgumentUsage Class Reference
Inheritance diagram for click.exceptions.BadArgumentUsage:
Inheritance graph
[legend]
Collaboration diagram for click.exceptions.BadArgumentUsage:
Collaboration graph
[legend]

Additional Inherited Members

- Public Member Functions inherited from click.exceptions.UsageError
None __init__ (self, str message, Context|None ctx=None)
 
None show (self, t.IO[t.Any]|None file=None)
 
- Public Member Functions inherited from click.exceptions.ClickException
str format_message (self)
 
str __str__ (self)
 
- Public Attributes inherited from click.exceptions.UsageError
 ctx
 
- Public Attributes inherited from click.exceptions.ClickException
 message
 
- Static Public Attributes inherited from click.exceptions.UsageError
int exit_code = 2
 
- Static Public Attributes inherited from click.exceptions.ClickException
int exit_code = 1
 

Detailed Description

Raised if an argument is generally supplied but the use of the argument
was incorrect.  This is for instance raised if the number of values
for an argument is not correct.

.. versionadded:: 6.0

The documentation for this class was generated from the following file: