Laelaps  2.3.5
RoadNarrows Robotics Small Outdoor Mobile Robot Project
Laelaps.RoboClaw.RoboClawException Class Reference

RoboClaw exception class. More...

Inheritance diagram for Laelaps.RoboClaw.RoboClawException:

Public Member Functions

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

Public Attributes

 message
 error message attribute
 

Detailed Description

RoboClaw exception class.

Definition at line 216 of file RoboClaw.py.

Constructor & Destructor Documentation

def Laelaps.RoboClaw.RoboClawException.__init__ (   self,
  msg 
)

Constructor.

Parameters
msgError message string.

Definition at line 222 of file RoboClaw.py.

222  def __init__(self, msg):
223  ## error message attribute
224  self.message = 'Roboclaw: ' + msg
225 
message
error message attribute
Definition: RoboClaw.py:224
def __init__(self, msg)
Constructor.
Definition: RoboClaw.py:222

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