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

Usage exception class. More...

Inheritance diagram for laelaps_diag.usage:

Public Member Functions

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

Public Attributes

 msg
 error message attribute
 

Detailed Description

Usage exception class.

Raise usage exception.

Definition at line 552 of file laelaps_diag.py.

Constructor & Destructor Documentation

def laelaps_diag.usage.__init__ (   self,
  msg 
)

Constructor.

Parameters
msgError message string.

Definition at line 559 of file laelaps_diag.py.

559  def __init__(self, msg):
560  ## error message attribute
561  self.msg = msg
562 
563 
564 # ------------------------------------------------------------------------------
565 # Class application
566 # ------------------------------------------------------------------------------
567 
def __init__(self, msg)
Constructor.
msg
error message attribute

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