Package gnue :: Package common :: Package base :: Module errors :: Class SystemError
[show private | hide private]

Class SystemError

Exception --+    
            |    
        Error --+
                |
               SystemError

Known Subclasses:
CircularReferenceError, DuplicateChildNameError, DuplicateDescendantNameError, ImplementationError, InvalidNamespaceError, InvalidTriggerFiredError, InvalidVersionError, MissingTypeTransformationError, NodeDictNotAvailableError, ObjectNotFoundError, ObjectNotFoundError, ProgrammingError, ProgrammingError, RecordNotFoundError, TypeError

This exception class should be used for exceptions indicating a bug in GNUe. Whenever such an exception is raised, one have found such a bug :)
Method Summary
  __init__(self, message)
    Inherited from Exception
  __getitem__(...)
  __str__(...)

Method Details

__init__(self, message)
(Constructor)

Overrides:
gnue.common.base.errors.Error.__init__


GNUe Home

Public API

Developer's Corner