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

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

Inheritance diagram for laelaps_speed.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 357 of file laelaps_speed.py.

Constructor & Destructor Documentation

def laelaps_speed.usage.__init__ (   self,
  msg 
)

Constructor.

Parameters
msgError message string.

Definition at line 364 of file laelaps_speed.py.

364  def __init__(self, msg):
365  ## error message attribute
366  self.msg = msg
367 
368 
369 # ------------------------------------------------------------------------------
370 # Class application
371 # ------------------------------------------------------------------------------
372 
msg
error message attribute
def __init__(self, msg)
Constructor.

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