|
Package gnue ::
Package common ::
Package base ::
Module errors ::
Class UserError
|
|
Class UserError
Exception --+
|
Error --+
|
UserError
- Known Subclasses:
-
InvalidFieldValueError
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__(...)
|