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

Class UserError

Exception --+    
            |    
        Error --+
                |
               UserError

Known Subclasses:
AbortRequest, LoginError, ServerRunningError, StartupError, StartupError, TypecastError, UserCanceledLogin

This class should be used for exceptions where a user did something wrong, or a situation has occured which isn't dramatic, but the user has to be informed of. Example: wrong password or the user has entered non-numeric data into a numeric field, and so on.
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