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

Class AdminError

Exception --+    
            |    
        Error --+
                |
               AdminError


This exception class should be used for exceptions indicating a misconfiguration in a widest sense. This could be a missing module for a dbdriver as well as an 'out of disk space' error.
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