RAPP Platform  v0.6.0
RAPP Platform is a collection of ROS nodes and back-end processes that aim to deliver ready-to-use generic services to robots
 All Classes Namespaces Files Functions Variables Macros
src.rapp_exceptions.RappError Class Reference

Provides a RAPP specific exception. More...

Inheritance diagram for src.rapp_exceptions.RappError:
Collaboration diagram for src.rapp_exceptions.RappError:

Public Member Functions

def __init__
 
def __str__
 

Public Attributes

 value
 

Detailed Description

Provides a RAPP specific exception.

Error handling in RAPP

Definition at line 19 of file rapp_exceptions.py.

Constructor & Destructor Documentation

def src.rapp_exceptions.RappError.__init__ (   self,
  value 
)

Definition at line 22 of file rapp_exceptions.py.

Member Function Documentation

def src.rapp_exceptions.RappError.__str__ (   self)

Definition at line 25 of file rapp_exceptions.py.

Member Data Documentation

src.rapp_exceptions.RappError.value

Definition at line 23 of file rapp_exceptions.py.


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