PanTilt  1.3.2
RoadNarrows Robotics Pan-Tilt Project
pantilt_console.usage Class Reference

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

Inheritance diagram for pantilt_console.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 697 of file pantilt_console.py.

Constructor & Destructor Documentation

def pantilt_console.usage.__init__ (   self,
  msg 
)

Constructor.

Parameters
msgError message string.

Definition at line 704 of file pantilt_console.py.

704  def __init__(self, msg):
705  ## error message attribute
706  self.msg = msg
707 
708 
709 # ------------------------------------------------------------------------------
710 # Class application
711 # ------------------------------------------------------------------------------
712 
def __init__(self, msg)
Constructor.
msg
error message attribute

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