Package bazaar :: Module exc :: Class ColumnMappingError
[show private | hide private]
[frames | no frames]

Class ColumnMappingError

Exception --+        
            |        
  BazaarError --+    
                |    
     MappingError --+
                    |
                   ColumnMappingError


Relation column mapping exception.

Exception is thrown on mapping relation column to application class attribute error, i.e. empty attribute name.
Method Summary
  __init__(self, msg, cls, col)
Create relation column mapping exception.
    Inherited from Exception
  __getitem__(...)
  __str__(...)

Instance Variable Summary
  col: Application class column object.
    Inherited from MappingError
  cls: Application class.

Method Details

__init__(self, msg, cls, col)
(Constructor)

Create relation column mapping exception.
Parameters:
msg - Exception message.
cls - Application class.
col - Application class column object.
Overrides:
bazaar.exc.MappingError.__init__

Instance Variable Details

col

Application class column object.

Generated by Epydoc 2.1 on Tue May 10 18:27:30 2005 http://epydoc.sf.net