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

Class MappingError

Exception --+    
            |    
  BazaarError --+
                |
               MappingError

Known Subclasses:
ColumnMappingError, RelationMappingError

Abstract, basic class for all mapping exceptions.

See Also: bazaar.exc.ColumnMappingError bazaar.exc.RelationMappingError

Method Summary
  __init__(self, msg, cls)
Create mapping exception.
    Inherited from Exception
  __getitem__(...)
  __str__(...)

Instance Variable Summary
  cls: Application class.

Method Details

__init__(self, msg, cls)
(Constructor)

Create mapping exception.
Parameters:
msg - Exception message.
cls - Application class.
Overrides:
exceptions.Exception.__init__

Instance Variable Details

cls

Application class.

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