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

Class AssociationError

Exception --+    
            |    
  BazaarError --+
                |
               AssociationError


Association exception.
Method Summary
  __init__(self, msg, asc, obj, value)
Create association exception.
    Inherited from Exception
  __getitem__(...)
  __str__(...)

Instance Variable Summary
  asc: Association object.
  obj: Application object.
  value: Referenced object.

Method Details

__init__(self, msg, asc, obj, value)
(Constructor)

Create association exception.
Parameters:
msg - Exception message.
asc - Association object.
obj - Application object.
value - Referenced object.
Overrides:
exceptions.Exception.__init__

Instance Variable Details

asc

Association object.

obj

Application object.

value

Referenced object.

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