netmsgs  1.2.2
RoadNarrows Robotics Network Messaging Package
NetMsgs.NetMsgsXmlParser.UTUsage Class Reference
Inheritance diagram for NetMsgs.NetMsgsXmlParser.UTUsage:

Public Member Functions

def __init__ (self, msg)
 

Public Attributes

 msg
 error message attribute
 

Detailed Description

Command-Line Options Usage Exception Class. 

Definition at line 1326 of file NetMsgsXmlParser.py.

Constructor & Destructor Documentation

def NetMsgs.NetMsgsXmlParser.UTUsage.__init__ (   self,
  msg 
)
Raise usage excpetion 
    
    Parameters:
msg   - Error message string.

Definition at line 1328 of file NetMsgsXmlParser.py.

1328  def __init__(self, msg):
1329  """ Raise usage excpetion
1330 
1331  Parameters:
1332  msg - Error message string.
1333  """
1334  ## error message attribute
1335  self.msg = msg
1336  ##

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