Package g4ds :: Module errorhandling :: Class G4dsException
[show private | hide private]
[frames | no frames]

Class G4dsException

Exception --+
            |
           G4dsException

Known Subclasses:
G4dsCommunicationException, G4dsDependencyException, G4dsDescriptionException, G4dsRuntimeException

Super class for all G4ds exceptions.
Method Summary
  __init__(self, message)
Passes the message arguments to the args attribute of the common Exception instance.
  getMessage(self)
Inherited from Exception: __getitem__, __str__

Method Details

__init__(self, message=None)
(Constructor)

Passes the message arguments to the args attribute of the common Exception instance.
Overrides:
exceptions.Exception.__init__

Generated by Epydoc 2.0 on Sat Oct 22 22:52:46 2005 http://epydoc.sf.net