Package gnue :: Package forms :: Package GFObjects :: Module GFField :: Class InvalidDBValueError
[show private | hide private]

Class InvalidDBValueError

Exception --+        
            |        
        Error --+    
                |    
 ApplicationError --+
                    |
                   InvalidDBValueError


The database has returned an invalid value for a field.

The most probable reason for this is that the database column in the backend does not match the datatype from the field definition.
Method Summary
  __init__(self, field, value)
    Inherited from Exception
  __getitem__(...)
  __str__(...)

Method Details

__init__(self, field, value)
(Constructor)

Overrides:
gnue.common.base.errors.ApplicationError.__init__


GNUe Home

Public API

Developer's Corner