GRASS Programmer's Manual  6.4.4(2014)-r
statusbar.SbException Class Reference

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

Public Member Functions

def __init__ (self, message)
 
def __str__ (self)
 

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: