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

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

Inheritance diagram for laelaps_sane.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 198 of file laelaps_sane.py.

Constructor & Destructor Documentation

def laelaps_sane.usage.__init__ (   self,
  msg 
)

Constructor.

Parameters
msgError message string.

Definition at line 205 of file laelaps_sane.py.

205  def __init__(self, msg):
206  ## error message attribute
207  self.msg = msg
208 
209 
210 # ------------------------------------------------------------------------------
211 # Class application
212 # ------------------------------------------------------------------------------
213 
msg
error message attribute
def __init__(self, msg)
Constructor.

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