i2c  1.4.2
RoadNarrows Robotics I2C Package
rnr.i2c.I2CException Class Reference

no address More...

Inheritance diagram for rnr.i2c.I2CException:

Public Member Functions

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

Public Attributes

 message
 error message attribute
 

Detailed Description

no address

I2C exception class.

Definition at line 83 of file i2c.py.

Constructor & Destructor Documentation

def rnr.i2c.I2CException.__init__ (   self,
  msg 
)

Constructor.

Parameters
msgError message string.

Definition at line 89 of file i2c.py.

Referenced by rnr.i2c.I2CException.__init__().

89  def __init__(self, msg):
90  ## error message attribute
91  self.message = msg
92 
message
error message attribute
Definition: i2c.py:91
def __init__(self, msg)
Constructor.
Definition: i2c.py:89
def rnr.i2c.I2CException.__init__ (   self,
  msg 
)

Constructor.

Parameters
msgError message string.

Definition at line 89 of file i2c.py.

References rnr.i2c.I2CException.__init__(), and rnr.i2c.I2CException.message.

89  def __init__(self, msg):
90  ## error message attribute
91  self.message = msg
92 
message
error message attribute
Definition: i2c.py:91
def __init__(self, msg)
Constructor.
Definition: i2c.py:89
def rnr.i2c.I2CException.__init__ (   self,
  msg 
)

Constructor.

Parameters
msgError message string.

Definition at line 89 of file i2c.py.

References rnr.i2c.I2CException.__init__(), and rnr.i2c.I2CException.message.

89  def __init__(self, msg):
90  ## error message attribute
91  self.message = msg
92 
message
error message attribute
Definition: i2c.py:91
def __init__(self, msg)
Constructor.
Definition: i2c.py:89

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