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__(...)
|