GRASS Programmer's Manual  6.5.svn(2014)-r66266
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
statusbar.SbException Class Reference

Exception class used in SbManager and SbItems. More...

Public Member Functions

def __init__
 
def __str__
 

Data Fields

 message
 

Detailed Description

Exception class used in SbManager and SbItems.

Definition at line 42 of file statusbar.py.

Constructor & Destructor Documentation

def statusbar.SbException.__init__ (   self,
  message 
)

Definition at line 44 of file statusbar.py.

Member Function Documentation

def statusbar.SbException.__str__ (   self)

Definition at line 46 of file statusbar.py.

References statusbar.SbException.message, and goutput.GMStderr.message.

Field Documentation

statusbar.SbException.message

Definition at line 45 of file statusbar.py.

Referenced by statusbar.SbException.__str__(), and dialogs.PlotStatsFrame.OnCopy().


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