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

Public Member Functions

def __init__ (self, msg='XML Parser Error')
 

Detailed Description

XML Parser Exception Class. 

Definition at line 71 of file NetMsgsXmlParser.py.

Constructor & Destructor Documentation

def NetMsgs.NetMsgsXmlParser.NetMsgsXmlParserError.__init__ (   self,
  msg = 'XML Parser Error' 
)
Raise exception.

Parameters:
  msg    - Exception message string.

Definition at line 74 of file NetMsgsXmlParser.py.

74  def __init__(self, msg='XML Parser Error'):
75  """ Raise exception.
76 
77  Parameters:
78  msg - Exception message string.
79  """
80  Exception.__init__(self, msg)
81 
def __init__(self, msg='XML Parser Error')

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