Package harold :: Package prog :: Package abstract :: Module exceptions :: Class AbstractOverridesConcreteWarning
[show private | hide private]
[frames | no frames]

Class AbstractOverridesConcreteWarning

Exception --+    
            |    
      Warning --+
                |
               AbstractOverridesConcreteWarning


Issued whenever an abstract member overrides a concrete one, which is usually the consequence of an inappropriate order in the superclasses.

Remember to put concrete classes before abstract ones in the superclasses list.
Method Summary
    Inherited from Exception
  __init__(...)
  __getitem__(...)
  __str__(...)

Generated by Epydoc 2.1 on Mon Dec 18 15:25:58 2006 http://epydoc.sf.net