BASIS  r3148
basis::argparse::ArgumentError Class Reference

List of all members.

Public Member Functions

def __init__
def __str__

Public Attributes

 argument_name
 message

Static Public Attributes

string message = ''

Detailed Description

An error from creating or using an argument (optional or positional).

The string value of this exception is the message, augmented with
information about the argument that caused it.

Definition at line 683 of file argparse.py.


Constructor & Destructor Documentation

def basis::argparse::ArgumentError::__init__ (   self,
  argument,
  message 
)

Definition at line 692 of file argparse.py.


Member Function Documentation

def basis::argparse::ArgumentError::__str__ (   self)

Definition at line 696 of file argparse.py.


Member Data Documentation

Definition at line 690 of file argparse.py.


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