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