| Home | Trees | Index | Help |
|
|---|
| Package bazaar :: Module exc :: 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 | |
|---|---|
Create relation column mapping exception. | |
| Inherited from Exception | |
| |
| |
| Instance Variable Summary | |
|---|---|
col: Application class column object. | |
| Inherited from MappingError | |
cls: Application class. | |
| Method Details |
|---|
__init__(self,
msg,
cls,
col)
Create relation column mapping exception.
|
| Instance Variable Details |
|---|
colApplication class column object. |
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.0 on Sun May 23 19:11:17 2004 | http://epydoc.sf.net |