Laelaps  2.3.5
RoadNarrows Robotics Small Outdoor Mobile Robot Project
laelaps_init.usage Class Reference

Unit test command-line exception class. More...

Inheritance diagram for laelaps_init.usage:

Public Member Functions

def __init__ (self, msg)
 Constructor. More...
 

Public Attributes

 msg
 error message attribute
 

Detailed Description

Unit test command-line exception class.

Raise usage excpetion.

Definition at line 759 of file laelaps_init.d.py.

Constructor & Destructor Documentation

def laelaps_init.usage.__init__ (   self,
  msg 
)

Constructor.

Parameters
msgError message string.

Definition at line 766 of file laelaps_init.d.py.

766  def __init__(self, msg):
767  ## error message attribute
768  self.msg = msg
769 
770 
771 # ------------------------------------------------------------------------------
772 # Class application
773 # ------------------------------------------------------------------------------
774 
msg
error message attribute
def __init__(self, msg)
Constructor.

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