netmsgs  1.2.2
RoadNarrows Robotics Network Messaging Package
NetMsgs.NetMsgsBase.NetMsgsError Class Reference
Inheritance diagram for NetMsgs.NetMsgsBase.NetMsgsError:

Public Member Functions

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

Detailed Description

NetMsgs Exception Class. 

Definition at line 346 of file NetMsgsBase.py.

Constructor & Destructor Documentation

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

Parameters:
  msg    - Exception message string.

Definition at line 349 of file NetMsgsBase.py.

349  def __init__(self, msg='XML Parser Error'):
350  """ Raise exception.
351 
352  Parameters:
353  msg - Exception message string.
354  """
355  Exception.__init__(self, msg)
def __init__(self, msg='XML Parser Error')
Definition: NetMsgsBase.py:349

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