| Home | Trees | Index | Help |
|
|---|
| Package harold :: Package prog :: Package abstract :: Module exceptions |
|
| Exceptions | |
|---|---|
AbstractAttributeException |
Raised whenever an abstract attribute is accessed (get or set). |
AbstractMemberAccessException |
Raised whenever an abstract member is accessed. |
AbstractMethodInvocationException |
Raised whenever an abstract method is invoked. |
AbstractOverridesConcreteWarning |
Issued whenever an abstract member overrides a concrete one, which is usually the consequence of an inappropriate order in the superclasses. |
ImplementationException |
Raised whenever an abstract class is assigned an inconsistent default implementation. |
| Warnings | |
AbstractClassInstantiationWarning |
Issued whenever an abstract class without any default implementation is instantiated. |
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Mon Dec 18 15:25:58 2006 | http://epydoc.sf.net |