GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
Exception class used in SbManager and SbItems. More...
Public Member Functions | |
def | __init__ |
def | __str__ |
Data Fields | |
message | |
Exception class used in SbManager and SbItems.
Definition at line 42 of file statusbar.py.
def statusbar.SbException.__init__ | ( | self, | |
message | |||
) |
Definition at line 44 of file statusbar.py.
def statusbar.SbException.__str__ | ( | self | ) |
Definition at line 46 of file statusbar.py.
References statusbar.SbException.message, and goutput.GMStderr.message.
statusbar.SbException.message |
Definition at line 45 of file statusbar.py.
Referenced by statusbar.SbException.__str__(), and dialogs.PlotStatsFrame.OnCopy().